Phone2Glyph class

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

Inheritance

Constructors

Phone2Glyph()

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<Phone2Led> channels, Duration? duration, int? intervalDuration, int? cycles}) Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toggle({required List<Phone2Led> channels}) Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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