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