user property

Future<DisplayUser?> get user

Implementation

Future<DisplayUser?> get user async => await API().user;