AccountInfoModel constructor
AccountInfoModel({})
Implementation
AccountInfoModel({
required this.accountId,
required this.accountName,
required this.email,
required this.userName,
required this.userId,
});