Map<String, dynamic> toJson() { final documentAttributeKey = this.documentAttributeKey; return { if (documentAttributeKey != null) 'DocumentAttributeKey': documentAttributeKey, }; }