map method Null safety
override
Maps the given row returned by the database into the fitting data class.
Implementation
@override
FutureOr<D> map(Map<String, dynamic> data, {String? tablePrefix}) {
// TODO: implement map
throw UnimplementedError();
}