Input$ConfigDefaultSettingsInput class
Constructors
- Input$ConfigDefaultSettingsInput({Input$ScanMetadataInput? scan, Input$IdentifyMetadataInput? identify, Input$AutoTagMetadataInput? autoTag, Input$GenerateMetadataInput? generate, bool? deleteFile, bool? deleteGenerated})
-
factory
-
Input$ConfigDefaultSettingsInput.fromJson(Map<
String, dynamic> data) -
factory
Properties
- autoTag → Input$AutoTagMetadataInput?
-
no setter
-
copyWith
→ CopyWith$Input$ConfigDefaultSettingsInput<
Input$ConfigDefaultSettingsInput> -
no setter
- deleteFile → bool?
-
no setter
- deleteGenerated → bool?
-
no setter
- generate → Input$GenerateMetadataInput?
-
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- identify → Input$IdentifyMetadataInput?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scan → Input$ScanMetadataInput?
-
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