copyWith method

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

Implementation

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