ActiveWindowFilter class

Constructors

ActiveWindowFilter({bool hide = true, ActiveWindowFilterType type = ActiveWindowFilterType.contains, required String value, required ActiveWindowProperty field})
ActiveWindowFilter.fromJson(String source)
factory
ActiveWindowFilter.fromMap(Map<String, dynamic> map)
factory

Properties

field ActiveWindowProperty
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
hide bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type ActiveWindowFilterType
getter/setter pair
value String
getter/setter pair

Methods

copyWith({bool? hide, String? value, ActiveWindowFilterType? type, ActiveWindowProperty? field}) ActiveWindowFilter
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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