getAccount method

Account? getAccount()

Gets the Account object associated with the mechanism.

Implementation

Account? getAccount() {
  return this.account;
}