user property

User user

Implementation

User get user {
  if (_user == null) _user = User(this);

  return _user!;
}