doRead property
Use fieldsFromDB(resolved) to get a map of the expected key value pairs
Implementation
Future<dynamic> Function(
EntityEventSource src,
dynamic raw,
//Map<String, dynamic> resolved,
) doRead;
Use fieldsFromDB(resolved) to get a map of the expected key value pairs
Future<dynamic> Function(
EntityEventSource src,
dynamic raw,
//Map<String, dynamic> resolved,
) doRead;