SafeRow<R extends Record> constructor

const SafeRow<R extends Record>(
  1. Row _raw,
  2. ResultSchema _schema
)

Implementation

const SafeRow(this._raw, this._schema);