Row constructor

Row([
  1. void b(
    1. RowBuilder
    )?
])

Creates a new Row object using the builder pattern.

Implementation

factory Row([void Function(RowBuilder)? b]) = _$Row;