SafeRow<R extends Record> constructor
const
SafeRow<R extends Record> (
- Row _raw,
- ResultSchema _schema
Implementation
const SafeRow(this._raw, this._schema);