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