toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (name != null) 'name': name!,
if (parent != null) 'parent': parent!,
if (tagValue != null) 'tagValue': tagValue!,
if (tagValueNamespacedName != null)
'tagValueNamespacedName': tagValueNamespacedName!,
};