GroupCallId constructor

GroupCallId({
  1. required int id,
})

Implementation

GroupCallId({required this.id});