ReplicaInfo.fromJson constructor

ReplicaInfo.fromJson(
  1. 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?,
    );