toRow method

Map<String, dynamic> toRow(
  1. TModel model
)
override

Implementation

toRow(model) {
  throw UnimplementedError();
}