ParsedSystemTransferCheckedInstruction constructor
const
ParsedSystemTransferCheckedInstruction({
- required ParsedSystemTransferInformation info,
- required String type,
Implementation
const factory ParsedSystemTransferCheckedInstruction(
{required final ParsedSystemTransferInformation info,
required final String type}) =
_$ParsedSystemTransferCheckedInstructionImpl;