Message.only constructor

Message.only(
  1. Instruction instruction
)

Implementation

factory Message.only(Instruction instruction) =>
    Message(instructions: [instruction]);