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