BusinessConnection constructor
const
BusinessConnection({})
Constructs a new BusinessConnection instance with the provided parameters.
Implementation
const BusinessConnection({
required this.id,
required this.user,
required this.userChatId,
required this.date,
required this.canReply,
required this.isEnabled,
});