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