me property

InvitedUsers get me

Implementation

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