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