SessionFilter class

Implemented types

Constructors

SessionFilter({List<int>? id, DateTime? startsBefore, DateTime? startsAfter, List<DateTime>? startsBetween, DateTime? endsBefore, DateTime? endsAfter, List<DateTime>? endsBetween})

Properties

endsAfter DateTime?
getter/setter pair
endsBefore DateTime?
getter/setter pair
endsBetween List<DateTime>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id List<int>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startsAfter DateTime?
getter/setter pair
startsBefore DateTime?
getter/setter pair
startsBetween List<DateTime>?
getter/setter pair

Methods

build() Map<String, dynamic>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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