menu
runetid_sdk package
documentation
models/user_update_model.dart
UserUpdateModel
UserUpdateModel.new constructor
UserUpdateModel.new constructor
dark_mode
light_mode
UserUpdateModel
constructor
UserUpdateModel
(
{
String
?
firstName
,
String
?
lastName
,
String
?
email
,
})
Implementation
UserUpdateModel({ this.firstName, this.lastName, this.email, });
runetid_sdk package
documentation
models/user_update_model
UserUpdateModel
UserUpdateModel.new constructor
UserUpdateModel class