Filter class

A filter object, used to optionally filter results from calls to the ListEntities and ListChangeSets actions.

Constructors

Filter({String? name, List<String>? valueList})

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
For ListEntities, the supported value for this is an EntityId.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valueList List<String>?
ListEntities - This is a list of unique EntityIds.
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