menu
messenger
api/backend/schema.graphql.dart
SignUpArguments
SignUpArguments constructor
SignUpArguments
dark_mode
light_mode
SignUpArguments
constructor
SignUpArguments
(
{
UserLogin
?
login
,
UserPassword
?
password
,
})
Implementation
SignUpArguments({ this.login, this.password, });
messenger
schema.graphql
SignUpArguments
SignUpArguments constructor
SignUpArguments class