Parameter.fromJson constructor

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

Implementation

factory Parameter.fromJson(Map<String, dynamic> json) =>
    fromJsonWithLogging(json, _$ParameterFromJson);