AvataaarTypeFacialHairBeardLight class abstract

Inheritance

Constructors

AvataaarTypeFacialHairBeardLight([@ColorSerialiser() Color color])
const
factory
AvataaarTypeFacialHairBeardLight.fromJson(Map<String, dynamic> json)
factory

Properties

color Color
no setteroverride
copyWith → $AvataaarTypeFacialHairBeardLightCopyWith<AvataaarTypeFacialHairBeardLight>
no setteroverride
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 blank(AvataaarTypeFacialHairBlank value), required TResult beardMedium(AvataaarTypeFacialHairBeardMedium value), required TResult beardLight(AvataaarTypeFacialHairBeardLight value), required TResult beardMajestic(AvataaarTypeFacialHairBeardMajestic value), required TResult moustacheFancy(AvataaarTypeFacialHairMoustacheFancy value), required TResult moustacheMagnum(AvataaarTypeFacialHairMoustacheMagnum value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult blank(AvataaarTypeFacialHairBlank value)?, TResult beardMedium(AvataaarTypeFacialHairBeardMedium value)?, TResult beardLight(AvataaarTypeFacialHairBeardLight value)?, TResult beardMajestic(AvataaarTypeFacialHairBeardMajestic value)?, TResult moustacheFancy(AvataaarTypeFacialHairMoustacheFancy value)?, TResult moustacheMagnum(AvataaarTypeFacialHairMoustacheMagnum value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult blank(AvataaarTypeFacialHairBlank value)?, TResult beardMedium(AvataaarTypeFacialHairBeardMedium value)?, TResult beardLight(AvataaarTypeFacialHairBeardLight value)?, TResult beardMajestic(AvataaarTypeFacialHairBeardMajestic value)?, TResult moustacheFancy(AvataaarTypeFacialHairMoustacheFancy value)?, TResult moustacheMagnum(AvataaarTypeFacialHairMoustacheMagnum value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult blank(Color color)?, TResult beardMedium(Color color)?, TResult beardLight(Color color)?, TResult beardMajestic(Color color)?, TResult moustacheFancy(Color color)?, TResult moustacheMagnum(Color color)?, required TResult orElse()}) → TResult
inherited
next([Color? color]) AvataaarFacialHair
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
previous([Color? color]) AvataaarFacialHair
inherited
toIndex() int
returns the index of AvataaarFacialHair.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 blank(Color color), required TResult beardMedium(Color color), required TResult beardLight(Color color), required TResult beardMajestic(Color color), required TResult moustacheFancy(Color color), required TResult moustacheMagnum(Color color)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult blank(Color color)?, TResult beardMedium(Color color)?, TResult beardLight(Color color)?, TResult beardMajestic(Color color)?, TResult moustacheFancy(Color color)?, TResult moustacheMagnum(Color color)?}) → TResult?
inherited

Operators

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