GridRow constructor

GridRow(
  1. String id,
  2. List<GridEntry> entries
)

Creates a GridRow

Implementation

GridRow(this.id, this.entries);