UserInfoResponse constructor
UserInfoResponse({})
Returns a new UserInfoResponse instance.
Implementation
UserInfoResponse({
this.custom = const {},
required this.image,
required this.name,
this.roles = const [],
});