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