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