me property

Implementation

InvitedUsers get me =>
    invitedUsers!.firstWhere((e) => e.id == appPrefs.loginUser!.type);