AnnotationRequest.fromJson constructor

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

Implementation

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