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