QueryRow constructor

QueryRow(
  1. Map<String, dynamic> data,
  2. DatabaseConnectionUser _db
)

Construct a row from the raw data and the query engine that maps the raw response to appropriate dart types.

Implementation

QueryRow(this.data, this._db);