Account constructor
Account({})
Implementation
Account(
{this.sId,
this.institution,
this.name,
this.accountNumber,
this.balance,
this.currency,
this.userReference,
this.bvn});