GetCurrentUserParams constructor

const GetCurrentUserParams({
  1. bool? includeEmail,
})

Creates parameters for retrieving the current user's profile.

Implementation

const GetCurrentUserParams({
  this.includeEmail,
});