MsSsRow constructor

MsSsRow(
  1. int rowId,
  2. String spans,
  3. double height
)

Implementation

MsSsRow(this.rowId, this.spans, this.height);