account property

Account get account

Returns this data as Account.

Make sure to check if this object is Account with isAccount.

Implementation

Account get account => this.data as Account;