AssociatedTokenAccountProgramInstruction constructor

const AssociatedTokenAccountProgramInstruction(
  1. int? insturction,
  2. String name
)

Implementation

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