Row constructor
Row([
- void b()?
Creates a new Row object using the builder pattern.
Implementation
factory Row([void Function(RowBuilder)? b]) = _$Row;
Creates a new Row object using the builder pattern.
factory Row([void Function(RowBuilder)? b]) = _$Row;