BridgeFunctionDef.fromJson constructor
Connect the generated _$BridgeFunctionDescriptorFromJson
function to the fromJson
factory.
Implementation
factory BridgeFunctionDef.fromJson(Map<String, dynamic> json) =>
_$BridgeFunctionDefFromJson(json);