UserProfilesAdmin class final
Admin operations complementing the end-user UserProfilesAdmin functionality.
An instance of this class is available at UserProfiles.admin.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
listUserProfiles(
Session session, {String? email, String? userName, String? fullName, int limit = 100, int offset = 0, Transaction? transaction}) → Future< List< UserProfileModel> > - Returns all user profiles that match the specified criteria.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited