toModel method

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

Implementation

toModel(row) {
  throw UnimplementedError();
}