FutureOr<Iterable<Row>> rows( bool Function(Row) predicate, ) async { var Spreadsheet = await this; return Spreadsheet.rows( predicate, ); }