toJson method

Map<String, dynamic> toJson()

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};
}