whenOrNull<TResult extends Object?> method
- @optionalTypeArgs
- TResult? invalidValue(
- String failedValue
inherited
Implementation
@optionalTypeArgs
TResult? whenOrNull<TResult extends Object?>({
TResult? Function(String failedValue)? invalidValue,
}) =>
throw _privateConstructorUsedError;