Eyes class

Implemented types

Constructors

Eyes({required EyeType eyeType})
Eyes.fromJson(String source)
Decode from json
factory
Eyes.fromMap(Map<String, dynamic> map)
Tranform from map to Eyes
factory

Properties

eyeType EyeType
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
pieces List
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({EyeType? eyeType}) Eyes
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
Encode to json
toMap() Map<String, dynamic>
Tranform from Eyes to map
toString() String
A string representation of this object.
override

Operators

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

Static Properties

random Eyes
Get random Eyes
no setter