menu
restsdk package
documentation
openapi.swagger.dart
UserViewModel
UserViewModel.new constructor
UserViewModel.new constructor
dark_mode
light_mode
UserViewModel
constructor
UserViewModel
(
{
String
?
id
,
String
?
name
,
String
?
givenName
,
String
?
familyName
,
String
?
profilePictureUrl
,
})
Implementation
UserViewModel({ this.id, this.name, this.givenName, this.familyName, this.profilePictureUrl, });
restsdk package
documentation
openapi.swagger
UserViewModel
UserViewModel.new constructor
UserViewModel class