FlattenInstruction constructor

FlattenInstruction({
  1. List<InstructionInput>? inputs,
})

Implementation

FlattenInstruction({
  this.inputs,
});