menu
messenger
api/backend/schema.graphql.dart
ChatContactRecord
ChatContactRecord constructor
ChatContactRecord
dark_mode
light_mode
ChatContactRecord
constructor
ChatContactRecord
(
{
UserId
?
userId
,
ChatId
?
groupId
,
UserEmail
?
email
,
UserPhone
?
phone
,
})
Implementation
ChatContactRecord({ this.userId, this.groupId, this.email, this.phone, });
messenger
schema.graphql
ChatContactRecord
ChatContactRecord constructor
ChatContactRecord class