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