toJson method
Implementation
Map toJson() => {
'id': id,
'classList': classList,
'tag': tag,
'node': _getNodeValue(node),
};
Map toJson() => {
'id': id,
'classList': classList,
'tag': tag,
'node': _getNodeValue(node),
};