ParsedSystemTransferInstruction constructor

const ParsedSystemTransferInstruction({
  1. required ParsedSystemTransferInformation info,
  2. required String type,
})

Implementation

const factory ParsedSystemTransferInstruction(
    {required final ParsedSystemTransferInformation info,
    required final String type}) = _$ParsedSystemTransferInstructionImpl;