userAccount property
dynamic
get
userAccount
Implementation
dynamic get userAccount => _userAccount;
set
userAccount
(dynamic _value)
Implementation
set userAccount(dynamic _value) {
_userAccount = _value;
}