toJson method

Map<String, dynamic> toJson()

Implementation

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