mapOrNull<TResult extends Object?> method
TResult?
mapOrNull<TResult extends Object?>({
- TResult blazerShirt()?,
- TResult blazerSweater()?,
- TResult collarSweater()?,
- TResult graphicShirt()?,
- TResult hoodie()?,
- TResult overall()?,
- TResult shirtCrewNeck()?,
- TResult shirtScoopNeck()?,
- TResult shirtVNeck()?,
inherited
Implementation
@optionalTypeArgs
TResult? mapOrNull<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,
}) =>
throw _privateConstructorUsedError;