account property
Int8List?
get
account
Implementation
Int8List? get account => this._account;
set
account
(Int8List? account)
Implementation
set account(Int8List? account) {
this._account = account;
}