copyWith method

GetGroupCallStreams copyWith({
  1. int? groupCallId,
})

Implementation

GetGroupCallStreams copyWith({
  int? groupCallId,
}) =>
    GetGroupCallStreams(
      groupCallId: groupCallId ?? this.groupCallId,
    );