allRows property

List<Map<String, dynamic>> get allRows

Implementation

List<Map<String, dynamic>> get allRows => [...totalRows, ...regularRows];