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