toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (customFeatures != null) 'customFeatures': customFeatures!,
if (udtBody != null) 'udtBody': udtBody!,
if (udtSqlCode != null) 'udtSqlCode': udtSqlCode!,
};