AvataaarMouth class sealed
- Implemented types
- Mixed-in types
- Implementers
- Annotations
-
- @MappableClass.new()
Constructors
- AvataaarMouth.fromIndex(int index)
-
creates AvataaarMouth based on the index found in AvataaarMouth.all
factory
- AvataaarMouth.random()
-
creates random AvataaarMouth
factory
Properties
-
copyWith
→ AvataaarMouthCopyWith<
AvataaarMouth, AvataaarMouth, AvataaarMouth> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
next(
) → AvataaarMouth -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
previous(
) → AvataaarMouth -
toIndex(
) → int -
returns the index of AvataaarMouth.all, or -1 if no entry is found
override
-
toJson(
) → String -
inherited
-
toLabel(
[String languageCode = 'en']) → String -
based on
languageCodeand LocalizationStrings returns the labeloverride -
toMap(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toSvgPart(
) → String -
toSvgString(
) → String - Individual SVG Part, only usable with the whole Avataaar
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
all
→ List<
AvataaarMouth> -
final
- fromJson → AvataaarMouth Function(String json)
-
final
-
fromMap
→ AvataaarMouth Function(Map<
String, dynamic> map) -
final