Hydrate method. Hydrate either a single row or many (no async here).
Hydrator<T> hydrate(List<Map<String, dynamic>> rows) { return Hydrator<T>(this as T, rows); }