GroupCallMessageItem constructor

const GroupCallMessageItem({
  1. Key? key,
  2. V2TimMessage? customMessage,
})

Implementation

const GroupCallMessageItem({
  Key? key,
  this.customMessage,
}) : super(key: key);