selAccountId property

int? get selAccountId

Returns id of the selected account

Implementation

int? get selAccountId => (_selAccountIndex==null) ? null : _accounts[_selAccountIndex!].myAccId;