FSelectSectionVariantConstraint.not constructor
FSelectSectionVariantConstraint.not(
- FSelectSectionVariant variant
Creates a FSelectSectionVariantConstraint that negates variant.
Implementation
factory not(FSelectSectionVariant variant) => FSelectSectionVariantConstraint._(Not(variant));