NIMBroadcastMessage constructor

NIMBroadcastMessage({
  1. required int? id,
  2. String? fromAccount,
  3. int? time,
  4. String? content,
})

Implementation

NIMBroadcastMessage(
    {required this.id, this.fromAccount, this.time, this.content});