DbRow.fromRecord constructor

DbRow.fromRecord(
  1. DbRecord record
)

Build a row from a single record

Implementation

factory DbRow.fromRecord(DbRecord record) => DbRow(<DbRecord>[record]);