mapOrNull<TResult extends Object?> method
- @optionalTypeArgs
- TResult? invalidValue(
- InvalidValue<
T> value
- InvalidValue<
inherited
Implementation
@optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
TResult? Function(InvalidValue<T> value)? invalidValue,
}) =>
throw _privateConstructorUsedError;