Maps every row of this page to T.
T
List<T> map<T>(T Function(Map<String, dynamic> row) mapper) => rows.map(mapper).toList();