Input$DuplicationCriterionInput class

Constructors

Input$DuplicationCriterionInput({@Deprecated('Use phash field instead') bool? duplicated, int? distance, bool? phash, bool? url, bool? stash_id, bool? title})
factory
Input$DuplicationCriterionInput.fromJson(Map<String, dynamic> data)
factory

Properties

copyWith CopyWith$Input$DuplicationCriterionInput<Input$DuplicationCriterionInput>
no setter
distance int?
no setter
duplicated bool?
no setter
hashCode int
The hash code for this object.
no setteroverride
phash bool?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stash_id bool?
no setter
title bool?
no setter
url bool?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override