user property

Future<DisplayUser?> get user

gets the currently logged in DisplayUser, which is the current User but with removed User.pass to avoid abuse

Implementation

Future<DisplayUser?> get user async => await _c_user;