UserNotificationFilter class

A class representing a filter for user notifications.

This class extends DataFilter and provides a list of filter fields for user notifications.

Inheritance

Constructors

UserNotificationFilter()

Properties

createdAt DateFilter
getter/setter pair
fields List<FilterField>
List of filter fields for user notifications.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
orderBy String?
Field name to order by.
getter/setter pairinherited
orderType String?
Order orientation.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Search field.
getter/setter pairinherited
skip int
Number of entities to skip.
getter/setter pairinherited
subSystemId IdFilter
getter/setter pair
take int
Number of entities to take in a request.
getter/setter pairinherited
unread bool?
Whether the notification is unread.
getter/setter pair
viewCode String?
Document view code.
getter/setter pairinherited

Methods

fromJson(dynamic json) → void
Populates this filter from a JSON-compatible map.
inherited
nextPage() int
Calculates the next page to be fetched based on the current skip and take values.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts this filter to a JSON-compatible map.
override
toString() String
Converts this filter to a JSON string.
inherited

Operators

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