@override Map<String, dynamic> toJson() => <String, dynamic>{ 'old_usernames': oldUsernames.map((item) => item).toList(), 'new_usernames': newUsernames.map((item) => item).toList(), '@type': constructor, };