RestMethodRequest.fromJson constructor
RestMethodRequest.fromJson(
- Map json_
Implementation
RestMethodRequest.fromJson(core.Map json_)
: this(
P_ref: json_[r'$ref'] as core.String?,
parameterName: json_['parameterName'] as core.String?,
);