AccountInfo constructor
AccountInfo({})
Implementation
AccountInfo({
required this.registrationMonth,
required this.registrationYear,
required this.phoneNumberCountryCode,
required this.lastNameChangeDate,
required this.lastPhotoChangeDate,
});