menu
flutter_chats_ui package
documentation
plugins.dart
ContactPayload
ContactPayload.new const constructor
ContactPayload.new const constructor
dark_mode
light_mode
ContactPayload
constructor
const
ContactPayload
(
{
required
String
name
,
String
?
phone
,
String
?
email
,
String
?
avatarUrl
,
})
Implementation
const ContactPayload({ required this.name, this.phone, this.email, this.avatarUrl, });
flutter_chats_ui package
documentation
plugins
ContactPayload
ContactPayload.new const constructor
ContactPayload class