CallGroupToggleData constructor

CallGroupToggleData({
  1. required String callUuid,
  2. required String callUuidToGroupWith,
})

Implementation

CallGroupToggleData({
  required String callUuid,
  required this.callUuidToGroupWith,
}) : super(uuid: callUuid);