NIMChatRoomIndependentModeConfig constructor Null safety

NIMChatRoomIndependentModeConfig(
  1. {required String appKey,
  2. required List<String> linkAddresses,
  3. String? account,
  4. String? token}
)

Implementation

NIMChatRoomIndependentModeConfig({
  required this.appKey,
  required this.linkAddresses,
  this.account,
  this.token,
});