GetCurrentUserResponse constructor

const GetCurrentUserResponse({
  1. required User user,
})

Creates a new get current user response.

Implementation

const GetCurrentUserResponse({
  required this.user,
});