LabelAnnotation.fromJson constructor Null safety

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

Implementation

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