maybeMap<TResult extends Object?> method
- @optionalTypeArgs
- TResult blazerShirt()?,
- TResult blazerSweater()?,
- TResult collarSweater()?,
- TResult graphicShirt()?,
- TResult hoodie()?,
- TResult overall()?,
- TResult shirtCrewNeck()?,
- TResult shirtScoopNeck()?,
- TResult shirtVNeck()?,
- required TResult orElse(),
inherited
Implementation
@optionalTypeArgs
TResult maybeMap<TResult extends Object?>({
TResult Function(AvataaarTypeClothesBlazerShirt value)? blazerShirt,
TResult Function(AvataaarTypeClothesBlazerSweater value)? blazerSweater,
TResult Function(AvataaarTypeClothesColarSweater value)? collarSweater,
TResult Function(AvataaarTypeClothesGraphicShirt value)? graphicShirt,
TResult Function(AvataaarTypeClothesHoodie value)? hoodie,
TResult Function(AvataaarTypeClothesOverall value)? overall,
TResult Function(AvataaarTypeClothesShirtCrewNeck value)? shirtCrewNeck,
TResult Function(AvataaarTypeClothesShirtScoopNeck value)? shirtScoopNeck,
TResult Function(AvataaarTypeClothesShirtVNeck value)? shirtVNeck,
required TResult orElse(),
}) =>
throw _privateConstructorUsedError;