EntityAnnotation.fromJson constructor Null safety

EntityAnnotation.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory EntityAnnotation.fromJson(Map<String, dynamic> json) =>
    _$EntityAnnotationFromJson(json);