ChatBoostLink constructor

ChatBoostLink({
  1. required String link,
  2. required bool isPublic,
})

Implementation

ChatBoostLink({required this.link, required this.isPublic});