FHeaderVariantConstraint extension type
Represents a combination of variants.
See also:
- FHeaderVariant, which represents individual variants.
- on
- Implemented types
- Implementers
Constructors
- FHeaderVariantConstraint.not(FHeaderVariant variant)
-
Creates a FHeaderVariantConstraint that negates
variant.factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
and(
FHeaderVariantConstraint other) → FHeaderVariantConstraint -
Combines this with
otherusing a logical AND operation. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
satisfiedBy(
Set< FVariant> variants) → bool -
Returns true if all variants in this constraint are present in
variants.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- android → const FHeaderVariant
- The Android platform variant.
- desktop → const FHeaderVariant
- A platform variant that matches all desktop-based platforms, windows, macOS and linux.
- fuchsia → const FHeaderVariant
- The Fuchsia platform variant.
- iOS → const FHeaderVariant
- The iOS platform variant.
- linux → const FHeaderVariant
- The Linux platform variant.
- macOS → const FHeaderVariant
- The macOS platform variant.
- nested → const FHeaderVariant
- The nested header variant.
- touch → const FHeaderVariant
- A platform variant that matches all touch-based platforms, android, iOS and fuchsia.
- web → const FHeaderVariant
- The web platform variant.
- windows → const FHeaderVariant
- The Windows platform variant.