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