TasksQuery class

Constructors

TasksQuery({int? limit, int? from, DateTime? beforeEnqueuedAt, DateTime? afterEnqueuedAt, DateTime? beforeStartedAt, DateTime? afterStartedAt, DateTime? beforeFinishedAt, DateTime? afterFinishedAt, List<int> canceledBy = const [], List<int> uids = const [], List<String> indexUids = const [], List<String> statuses = const [], List<String> types = const []})
const

Properties

afterEnqueuedAt DateTime?
final
afterFinishedAt DateTime?
final
afterStartedAt DateTime?
final
beforeEnqueuedAt DateTime?
final
beforeFinishedAt DateTime?
final
beforeStartedAt DateTime?
final
canceledBy List<int>
final
from int?
final
hashCode int
The hash code for this object.
no setterinherited
indexUids List<String>
final
limit int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statuses List<String>
final
types List<String>
final
uids List<int>
final

Methods

buildMap() Map<String, Object?>
For use with POST methods that can handle JSON types
copyWith({List<int>? uids, List<int>? canceledBy, List<String>? statuses, List<String>? types, List<String>? indexUids}) TasksQuery
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toQuery() Map<String, Object>
For use with GET methods that require queryParameters
inherited
toSparseMap() Map<String, Object>
Returns a map with only non-null and non-empty fields
inherited
toString() String
A string representation of this object.
inherited
toURIString(Object value) Object
inherited

Operators

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