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