targetAccount property

String? get targetAccount

Implementation

String? get targetAccount => _$this._targetAccount;
set targetAccount (String? targetAccount)

Implementation

set targetAccount(String? targetAccount) =>
    _$this._targetAccount = targetAccount;