map abstract method

Row map(
  1. Map<String, dynamic> data, {
  2. String? tablePrefix,
})

Maps the given row returned by the database into the fitting data class.

Implementation

Row map(Map<String, dynamic> data, {String? tablePrefix});