user property

T? user

Implementation

T? get user {
  throw UnimplementedError('user is not implemented');
}