toJson method

Map<String, dynamic> toJson()

Implementation

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