Input$ScanMetadataInput class

Constructors

Input$ScanMetadataInput({List<String>? paths, bool? rescan, bool? scanGenerateCovers, bool? scanGeneratePreviews, bool? scanGenerateImagePreviews, bool? scanGenerateSprites, bool? scanGeneratePhashes, bool? scanGenerateImagePhashes, bool? scanGenerateThumbnails, bool? scanGenerateClipPreviews, Input$ScanMetaDataFilterInput? filter})
factory
Input$ScanMetadataInput.fromJson(Map<String, dynamic> data)
factory

Properties

copyWith CopyWith$Input$ScanMetadataInput<Input$ScanMetadataInput>
no setter
filter Input$ScanMetaDataFilterInput?
no setter
hashCode int
The hash code for this object.
no setteroverride
paths List<String>?
no setter
rescan bool?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scanGenerateClipPreviews bool?
no setter
scanGenerateCovers bool?
no setter
scanGenerateImagePhashes bool?
no setter
scanGenerateImagePreviews bool?
no setter
scanGeneratePhashes bool?
no setter
scanGeneratePreviews bool?
no setter
scanGenerateSprites bool?
no setter
scanGenerateThumbnails 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