ApplianceCluster.fromJson constructor

ApplianceCluster.fromJson(
  1. Map json_
)

Implementation

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