@override Map<String, dynamic> toJson() => <String, dynamic>{ 'first_name': firstName, 'last_name': lastName, 'disable_notification': disableNotification, '@type': constructor, };