Map<String, dynamic> toJson() { final attributes = this.attributes; final name = this.name; return { 'Attributes': attributes, 'ItemName': name, }; }