PromoteReplicaRequest.fromJson constructor

PromoteReplicaRequest.fromJson(
  1. Map json_
)

Implementation

PromoteReplicaRequest.fromJson(core.Map json_)
    : this(
        peerInstance: json_['peerInstance'] as core.String?,
      );