RemoteCluster.fromJson constructor

RemoteCluster.fromJson(
  1. Map json_
)

Implementation

RemoteCluster.fromJson(core.Map json_)
  : this(
      cluster: json_['cluster'] as core.String?,
      uid: json_['uid'] as core.String?,
    );