toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final customFeatures = this.customFeatures;
final udtBody = this.udtBody;
final udtSqlCode = this.udtSqlCode;
return {
'customFeatures': ?customFeatures,
'udtBody': ?udtBody,
'udtSqlCode': ?udtSqlCode,
};
}