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