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