toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final defaultContainerCategory = this.defaultContainerCategory;
final resources = this.resources;
return {
'defaultContainerCategory': ?defaultContainerCategory,
'resources': ?resources,
};
}