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