SqliteRow constructor

const SqliteRow(
  1. int rowid,
  2. List<Object?> values
)

Implementation

const SqliteRow(this.rowid, this.values);