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