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