FastAppliance class

TODO when update dart to 2.17, use Enum Members replace.

Constructors

FastAppliance(String appliance, {String? shapeType})
const

Properties

appliance String
final
hashCode int
The hash code for this object.
no setterinherited
hasProperties bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shapeType String?
final

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

Static Properties

kHasProperties Map<FastAppliance, bool>
getter/setter pair

Static Methods

of(String? appliance, String? shapeType) FastAppliance

Constants

arrow → const FastAppliance
Arrow
balloon → const FastAppliance
Speech balloon.
clear → const FastAppliance
Clears all contents on the current whiteboard page.
clicker → const FastAppliance
Clicker, which can be used for clicking and selecting content on an HTML5 file.
ellipse → const FastAppliance
Ellipse
eraser → const FastAppliance
Eraser
pencil → const FastAppliance
Pencil
pentagram → const FastAppliance
Pentagram
rectangle → const FastAppliance
Rectangle
rhombus → const FastAppliance
Rhombus
selector → const FastAppliance
Selector
straight → const FastAppliance
Straight line.
text → const FastAppliance
triangle → const FastAppliance
Triangle
unknown → const FastAppliance