toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final arrayConfig = this.arrayConfig;
final fieldPath = this.fieldPath;
final order = this.order;
final vectorConfig = this.vectorConfig;
return {
'arrayConfig': ?arrayConfig,
'fieldPath': ?fieldPath,
'order': ?order,
'vectorConfig': ?vectorConfig,
};
}