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