BridgeFunctionDeclaration.fromJson constructor

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

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

Implementation

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