listRows method

List<RowData> listRows()

Implementation

List<RowData> listRows() => this.mapList((e) => RowData(e, meta: meta));