Hydrator<T extends RelationalModel<T>> constructor

Hydrator<T extends RelationalModel<T>>(
  1. T model,
  2. List<Map<String, dynamic>> rows
)

Implementation

Hydrator(this.model, this.rows);