toJson method

Map<String, dynamic> toJson()

Implementation

Map<String, dynamic> toJson() {
  final indexReference = this.indexReference;
  final targetReference = this.targetReference;
  return {
    'IndexReference': indexReference,
    'TargetReference': targetReference,
  };
}