GetCurrentUserParams constructor
const
GetCurrentUserParams({
- bool? includeEmail,
Creates parameters for retrieving the current user's profile.
Implementation
const GetCurrentUserParams({
this.includeEmail,
});