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