BridgeTypeAnnotation.fromJson constructor

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

Connect the generated _$BridgeTypeAnnotationFromJson function to the fromJson factory.

Implementation

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