BusinessConnection constructor
BusinessConnection({})
Implementation
BusinessConnection({
required this.id,
required this.userId,
required this.userChatId,
required this.date,
this.rights,
required this.isEnabled,
});