and method
Combines this with other using a logical AND operation.
Implementation
FLineCalendarItemVariantConstraint and(FLineCalendarItemVariantConstraint other) =>
FLineCalendarItemVariantConstraint._(And(this, other));
Combines this with other using a logical AND operation.
FLineCalendarItemVariantConstraint and(FLineCalendarItemVariantConstraint other) =>
FLineCalendarItemVariantConstraint._(And(this, other));