createdAt property

BookmarksFilterField createdAt
final

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,
);