copyWith method

MessageChatDeleteMember copyWith({
  1. int? userId,
})

Implementation

MessageChatDeleteMember copyWith({int? userId}) =>
    MessageChatDeleteMember(userId: userId ?? this.userId);