RestMethodResponse.fromJson constructor

RestMethodResponse.fromJson(
  1. Map json_
)

Implementation

RestMethodResponse.fromJson(core.Map json_)
    : this(
        P_ref:
            json_.containsKey('\$ref') ? json_['\$ref'] as core.String : null,
      );