CallingMessage constructor

CallingMessage({
  1. String? inviter,
  2. int? actionType,
  3. String? inviteID,
  4. List<String>? inviteeList,
  5. int? timeout,
  6. int? roomID,
  7. int? callType,
  8. int? callEnd,
  9. bool? isGroup,
})

Implementation

CallingMessage(
    {this.inviter,
      this.actionType,
      this.inviteID,
      this.inviteeList,
      this.timeout,
      this.roomID,
      this.callType,
      this.callEnd,
      this.isGroup});