GetUserFullInfo constructor

const GetUserFullInfo({
  1. required int userId,
})

Returns full information about a user by their identifier

Implementation

const GetUserFullInfo({
  required this.userId,
});