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