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