copyWith method
Implementation
RemoveContacts copyWith({
List<int>? userIds,
}) => RemoveContacts(
userIds: userIds ?? this.userIds,
);
RemoveContacts copyWith({
List<int>? userIds,
}) => RemoveContacts(
userIds: userIds ?? this.userIds,
);