ReadInstruction constructor

ReadInstruction({
  1. Source? source,
})

Implementation

ReadInstruction({
  this.source,
});