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