toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (alias != null) 'alias': alias!,
if (entityType != null) 'entityType': entityType!,
if (text != null) 'text': text!,
if (userDefined != null) 'userDefined': userDefined!,
};