EdgeCluster.fromJson constructor

EdgeCluster.fromJson(
  1. Map json_
)

Implementation

EdgeCluster.fromJson(core.Map json_)
  : this(resourceLink: json_['resourceLink'] as core.String?);