fields property
List of filter fields for user notifications.
Currently, this list is empty, but it can be extended to include specific filter criteria for user notifications.
Implementation
@override
List<FilterField> get fields => [
subSystemId,
createdAt,
];