copyWith method

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

Implementation

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