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