CreateChatContactArguments constructor

CreateChatContactArguments({
  1. required UserName name,
  2. List<ChatContactRecord>? records,
})

Implementation

CreateChatContactArguments({
  required this.name,
  this.records,
});