mapOrNull<TResult extends Object?> method
- @optionalTypeArgs
- TResult? transfer()?,
- TResult? transferChecked()?,
- TResult? unsupported()?,
inherited
Implementation
@optionalTypeArgs
TResult? mapOrNull<TResult extends Object?>({
TResult? Function(ParsedSystemTransferInstruction value)? transfer,
TResult? Function(ParsedSystemTransferCheckedInstruction value)?
transferChecked,
TResult? Function(ParsedSystemUnsupportedInstruction value)? unsupported,
}) =>
throw _privateConstructorUsedError;