menu
messenger
api/backend/schema.graphql.dart
CreateMonologChatArguments
CreateMonologChatArguments constructor
CreateMonologChatArguments
dark_mode
light_mode
CreateMonologChatArguments
constructor
CreateMonologChatArguments
(
{
ChatName
?
name
,
bool
?
isHidden
,
})
Implementation
CreateMonologChatArguments({ this.name, this.isHidden, });
messenger
schema.graphql
CreateMonologChatArguments
CreateMonologChatArguments constructor
CreateMonologChatArguments class