Style class

Implemented types

Constructors

Style({required AvatarStyle avatarStyle})
Style.fromJson(String source)
Decode from json
factory
Style.fromMap(Map<String, dynamic> map)
Transform from map to Style
factory

Properties

avatarStyle AvatarStyle
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({AvatarStyle? avatarStyle}) Style
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
Encode to json
toMap() Map<String, dynamic>
Transform from Style to map
toString() String
A string representation of this object.
override

Operators

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

Static Properties

random Style
Get randomStyle
no setter