DbRow constructor

const DbRow(
  1. List<DbRecord> records
)

Default constructor

Implementation

const DbRow(this.records);