whenOrNull<TResult extends Object?> method
- @optionalTypeArgs
- TResult? transfer(
- ParsedSystemTransferInformation info,
- String type
- TResult? transferChecked(
- ParsedSystemTransferInformation info,
- String type
- TResult? unsupported(
- String type
inherited
Implementation
@optionalTypeArgs
TResult? whenOrNull<TResult extends Object?>({
TResult? Function(ParsedSystemTransferInformation info, String type)?
transfer,
TResult? Function(ParsedSystemTransferInformation info, String type)?
transferChecked,
TResult? Function(String type)? unsupported,
}) =>
throw _privateConstructorUsedError;