copyWith method
Implementation
UpdateGroupCall copyWith({GroupCall? groupCall}) =>
UpdateGroupCall(groupCall: groupCall ?? this.groupCall);
UpdateGroupCall copyWith({GroupCall? groupCall}) =>
UpdateGroupCall(groupCall: groupCall ?? this.groupCall);