AmbientDetails class
Provides details of current ambient mode configuration.
Constructors
- AmbientDetails.new(bool burnInProtection, bool lowBitAmbient)
-
Constructor
const
Properties
- burnInProtection → bool
-
Used to indicate whether burn-in protection is required.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lowBitAmbient → bool
-
Used to indicate whether the device has low-bit ambient mode.
final
- 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