copyWith method

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

Implementation

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