CreateChatContactArguments constructor
- required UserName name,
- List<
ChatContactRecord> ? records,
Implementation
CreateChatContactArguments({
required this.name,
this.records,
});
CreateChatContactArguments({
required this.name,
this.records,
});