GetCurrentUserResponse constructor
const
GetCurrentUserResponse({
- required User user,
Creates a new get current user response.
Implementation
const GetCurrentUserResponse({
required this.user,
});
Creates a new get current user response.
const GetCurrentUserResponse({
required this.user,
});