MetaplexGumdropProgramInstruction constructor

const MetaplexGumdropProgramInstruction(
  1. List<int> insturction,
  2. String name
)

Implementation

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