ParameterQuery.fromJson constructor

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

Implementation

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