AddressLookupTableProgramInstruction constructor

const AddressLookupTableProgramInstruction(
  1. int insturction,
  2. String name
)

Implementation

const AddressLookupTableProgramInstruction(this.insturction, this.name);