GetUserFullInfo constructor
const
GetUserFullInfo({
- required int userId,
Returns full information about a user by their identifier
Implementation
const GetUserFullInfo({
required this.userId,
});