HardwareFeatureSupportLevel enum
Coarse-grained implementation status for one feature on one platform.
Values
- supported → const HardwareFeatureSupportLevel
-
Backed by a native or platform API intended for production use.
- fallback → const HardwareFeatureSupportLevel
-
Available through a lighter Dart/platform fallback with reduced behavior.
- experimental → const HardwareFeatureSupportLevel
-
API is present but the implementation is intentionally guarded.
- unsupported → const HardwareFeatureSupportLevel
-
Not implemented on the current platform.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
HardwareFeatureSupportLevel> - A constant List of the values in this enum, in order of their declaration.