LightSettings extension type

Represents settings to control notification LED that can be included in {@link AndroidNotification}.

on
Implemented types
Available extensions

Constructors

LightSettings({required String color, required int lightOnDurationMillis, required int lightOffDurationMillis})
Constructor

Properties

color String
Required. Sets color of the LED in #rrggbb or #rrggbbaa format.
no setter
hashCode int
The hash code for this object.
no setterinherited
lightOffDurationMillis int
Required. Along with light_on_duration, defines the blink rate of LED flashes.
no setter
lightOnDurationMillis int
Required. Along with light_off_duration, defines the blink rate of LED flashes.
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