Phone1Glyph class

The class that represent the Phone1 Glyph. Contains a basic implementation of the toggle and animate methods.

Inheritance

Constructors

Phone1Glyph()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkInterface GlyphInterfaceSdk
finalinherited

Methods

animate({required List<Phone1Led> channels, Duration? duration, int? intervalDuration, int? cycles, bool splitBuild = false}) Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toggle({required List<Phone1Led> channels}) Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited