and method

Combines this with other using a logical AND operation.

Implementation

FOtpFieldItemVariantConstraint and(FOtpFieldItemVariantConstraint other) =>
    FOtpFieldItemVariantConstraint._(And(this, other));