rows property

List<FluentRow> get rows

Implementation

List<FluentRow> get rows => _rows;
set rows (List<FluentRow> value)

Implementation

set rows(List<FluentRow> value) {
  _rows = value;
}