mapOrNull<TResult extends Object?> method
TResult?
mapOrNull<TResult extends Object?>({
- TResult? normal()?,
- TResult? custom()?,
inherited
Implementation
@optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
TResult? Function(MultiSelectiveNormalChipUiState value)? normal,
TResult? Function(MultiSelectiveCustomChipUiState value)? custom,
}) =>
throw _privateConstructorUsedError;