PrintStructure constructor

PrintStructure(
  1. PrintType type,
  2. String message
)

Implementation

PrintStructure(this.type, this.message);