rows property

List<Map<String, Object?>> get rows

Implementation

List<Map<String, Object?>> get rows => pagination?.rows ?? const [];