Struct constructor

Struct(
  1. String format,
  2. int size
)

Implementation

Struct(this.format, this.size);