BridgeParameter.fromJson constructor

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

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

Implementation

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