$PolicyControllerResourceList.fromJson constructor
$PolicyControllerResourceList.fromJson(
- Map json_
Implementation
$PolicyControllerResourceList.fromJson(core.Map json_)
: this(
cpu: json_['cpu'] as core.String?,
memory: json_['memory'] as core.String?,
);