FilterUserX extension

Extension methods for filtering users.

on

Methods

filter({String? query, String? username, String? lastname, String? firstname, Vintage? vintage, List<int>? ids, Set<UserCapability> capabilities = const {}, UserCapability? capability}) Iterable<User>

Available on Iterable<User>, provided by the FilterUserX extension

Filters this list by username, lastname, firstname, vintage and ids and returns list of users that match the filter criteria.