FAlertVariantConstraint extension type

Represents a combination of variants.

See also:

on
Implemented types
Implementers

Constructors

FAlertVariantConstraint.not(FAlertVariant variant)
Creates a FAlertVariantConstraint 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(FAlertVariantConstraint other) FAlertVariantConstraint
Combines this with other using 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 FAlertVariant
The Android platform variant.
desktop → const FAlertVariant
A platform variant that matches all desktop-based platforms, windows, macOS and linux.
destructive → const FAlertVariant
The destructive alert style.
fuchsia → const FAlertVariant
The Fuchsia platform variant.
iOS → const FAlertVariant
The iOS platform variant.
linux → const FAlertVariant
The Linux platform variant.
macOS → const FAlertVariant
The macOS platform variant.
touch → const FAlertVariant
A platform variant that matches all touch-based platforms, android, iOS and fuchsia.
web → const FAlertVariant
The web platform variant.
windows → const FAlertVariant
The Windows platform variant.