@override Map<String, dynamic> toJson() => <String, dynamic>{ 'old_background': oldBackground?.toJson(), 'new_background': newBackground?.toJson(), '@type': constructor, };