DirectoryFilter class

Фильтры для справочника.

Constructors

DirectoryFilter({required WorkTimeFilter? workTime, required List<DynamicFilter> dynamic_})
const

Properties

dynamic_ List<DynamicFilter>
Динамические фильтры.
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
workTime WorkTimeFilter?
Фильтр по времени работы.
final

Methods

copyWith({Optional<WorkTimeFilter?>? workTime, List<DynamicFilter>? dynamic_}) DirectoryFilter
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.
override