AvataaarTypeEyesSquint class abstract

Inheritance

Constructors

AvataaarTypeEyesSquint()
const
factory
AvataaarTypeEyesSquint.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 closed(AvataaarTypeEyesClosed value), required TResult cry(AvataaarTypeEyesCry value), required TResult default0(AvataaarTypeEyesDefault0 value), required TResult dizzy(AvataaarTypeEyesDizzy value), required TResult eyeRoll(AvataaarTypeEyesEyeRoll value), required TResult happy(AvataaarTypeEyesHappy value), required TResult hearts(AvataaarTypeEyesHearts value), required TResult side(AvataaarTypeEyesSide value), required TResult surprised(AvataaarTypeEyesSurprised value), required TResult wink(AvataaarTypeEyesWink value), required TResult winkWacky(AvataaarTypeEyesWinkWacky value), required TResult squint(AvataaarTypeEyesSquint value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult closed(AvataaarTypeEyesClosed value)?, TResult cry(AvataaarTypeEyesCry value)?, TResult default0(AvataaarTypeEyesDefault0 value)?, TResult dizzy(AvataaarTypeEyesDizzy value)?, TResult eyeRoll(AvataaarTypeEyesEyeRoll value)?, TResult happy(AvataaarTypeEyesHappy value)?, TResult hearts(AvataaarTypeEyesHearts value)?, TResult side(AvataaarTypeEyesSide value)?, TResult surprised(AvataaarTypeEyesSurprised value)?, TResult wink(AvataaarTypeEyesWink value)?, TResult winkWacky(AvataaarTypeEyesWinkWacky value)?, TResult squint(AvataaarTypeEyesSquint value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult closed(AvataaarTypeEyesClosed value)?, TResult cry(AvataaarTypeEyesCry value)?, TResult default0(AvataaarTypeEyesDefault0 value)?, TResult dizzy(AvataaarTypeEyesDizzy value)?, TResult eyeRoll(AvataaarTypeEyesEyeRoll value)?, TResult happy(AvataaarTypeEyesHappy value)?, TResult hearts(AvataaarTypeEyesHearts value)?, TResult side(AvataaarTypeEyesSide value)?, TResult surprised(AvataaarTypeEyesSurprised value)?, TResult wink(AvataaarTypeEyesWink value)?, TResult winkWacky(AvataaarTypeEyesWinkWacky value)?, TResult squint(AvataaarTypeEyesSquint value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult closed()?, TResult cry()?, TResult default0()?, TResult dizzy()?, TResult eyeRoll()?, TResult happy()?, TResult hearts()?, TResult side()?, TResult surprised()?, TResult wink()?, TResult winkWacky()?, TResult squint()?, required TResult orElse()}) → TResult
inherited
next() AvataaarEyes
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
previous() AvataaarEyes
inherited
toIndex() int
returns the index of AvataaarEyes.all, or -1 if no entry is found
inherited
toJson() Map<String, dynamic>
inherited
toLabel([String languageCode = 'en']) String
based on languageCode and LocalizationStrings returns the label
inherited
toString() String
A string representation of this object.
inherited
toSvgPart() String
inherited
toSvgString() String
Individual SVG Part, only usable with the whole Avataaar
inherited
when<TResult extends Object?>({required TResult closed(), required TResult cry(), required TResult default0(), required TResult dizzy(), required TResult eyeRoll(), required TResult happy(), required TResult hearts(), required TResult side(), required TResult surprised(), required TResult wink(), required TResult winkWacky(), required TResult squint()}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult closed()?, TResult cry()?, TResult default0()?, TResult dizzy()?, TResult eyeRoll()?, TResult happy()?, TResult hearts()?, TResult side()?, TResult surprised()?, TResult wink()?, TResult winkWacky()?, TResult squint()?}) → TResult?
inherited

Operators

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