createdAt property
Filter by the creation timestamp of the bookmark.
Supported operators: .equal, .greaterThan, .lessThan, .greaterThanOrEqual, .lessThanOrEqual
Implementation
static final createdAt = BookmarksFilterField(
'created_at',
(data) => data.createdAt,
);