toJson method

Map<String, dynamic> toJson()

Implementation

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