AvataaarNose class

Mixed in types
Implementers
Annotations
  • @freezed

Constructors

AvataaarNose.default0()
const
factory
AvataaarNose.fromIndex(int index)
creates AvataaarNose based on the index found in AvataaarNose.all
factory
AvataaarNose.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

map<TResult extends Object?>({required TResult default0(AvataaarTypeNoseDefault0 value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult default0(AvataaarTypeNoseDefault0 value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult default0(AvataaarTypeNoseDefault0 value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult default0()?, required TResult orElse()}) → TResult
inherited
next() AvataaarNose
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
previous() AvataaarNose
toIndex() int
returns the index of AvataaarNose.all, or -1 if no entry is found
override
toJson() Map<String, dynamic>
inherited
toLabel([String languageCode = 'en']) String
based on languageCode and LocalizationStrings returns the label
override
toString() String
A string representation of this object.
inherited
toSvgString() String
Individual SVG Part, only usable with the whole Avataaar
when<TResult extends Object?>({required TResult default0()}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult default0()?}) → TResult?
inherited

Operators

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

Static Methods

toHeader([String languageCode = 'en']) String
returns the header string based on the languageCode

Constants

all → const List<AvataaarNose>