getTypeFromRow abstract method

TModel getTypeFromRow(
  1. Map<String, Map<String, dynamic>> row
)

receives a row from the db (a map) and then outputs the desired type

Implementation

TModel getTypeFromRow(Map<String, Map<String, dynamic>> row);