TypeExtractor typedef

TypeExtractor = String? Function(Map<String, dynamic> json)

Attempts to determine the entity type

Implementation

typedef TypeExtractor = String? Function(Map<String, dynamic> json);