and method

Combines this with other using a logical AND operation.

Implementation

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