Map<String, dynamic> toJson() { return { 'backendDOMNodeId': backendDOMNodeId.toJson(), if (idref != null) 'idref': idref, if (text != null) 'text': text, }; }