FutureOr<Iterable<Row>> rows_not_empty() async { var Spreadsheet = await this; return Spreadsheet.rows_not_empty(); }