BridgeFunctionDef.fromJson constructor

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

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

Implementation

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