mapOrNull<TResult extends Object?> method
- @optionalTypeArgs
- TResult? cm(
- Centimeter value
- TResult? inch(
- Inch value
inherited
Implementation
@optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
TResult? Function(Centimeter value)? cm,
TResult? Function(Inch value)? inch,
}) =>
throw _privateConstructorUsedError;