ListImagesFilter class

An object representing a filter on a ListImages operation.

Constructors

ListImagesFilter({TagStatus? tagStatus})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tagStatus TagStatus?
The tag status with which to filter your ListImages results. You can filter results based on whether they are TAGGED or UNTAGGED.
final

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.
inherited