SecurityAccount constructor
SecurityAccount({})
Implementation
SecurityAccount(
{this.email,
this.phone,
required this.hasSetPaymentPassword,
required this.hasSetMasterPassword,
this.paymentPasswordUpdatedAt});