Icons class

Constructors

Icons({String? accessories, String? arrowDown, String? arrowLeft, String? arrowRight, String? arrowUp, String? closeEye, String? fadeDown, String? fadeLeft, String? fadeRight, String? fadeUp, String? fromSmile, String? lightOff, String? lightOn, String? openEye, String? openEyeWide, String? toSmile, String? zoomIn, String? zoomOut})

Properties

accessories String?
getter/setter pair
arrowDown String?
getter/setter pair
arrowLeft String?
getter/setter pair
arrowRight String?
getter/setter pair
arrowUp String?
getter/setter pair
closeEye String?
getter/setter pair
fadeDown String?
getter/setter pair
fadeLeft String?
getter/setter pair
fadeRight String?
getter/setter pair
fadeUp String?
getter/setter pair
fromSmile String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lightOff String?
getter/setter pair
lightOn String?
getter/setter pair
openEye String?
getter/setter pair
openEyeWide String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toSmile String?
getter/setter pair
zoomIn String?
getter/setter pair
zoomOut String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromJson(dynamic json) Icons