@override Map<String, dynamic> toJson() => <String, dynamic>{ 'old_location': oldLocation?.toJson(), 'new_location': newLocation?.toJson(), '@type': constructor, };