toJson method
Implementation
@override
Map<String, dynamic> toJson() => {
'__type': 'HWSemantics',
'label': label is MBind ? (label as MBind).toJson() : label,
'child': child.toJson(),
'excludeChildren': excludeChildren,
};