createdAt property

PollsSortField createdAt
final

Sort by the creation timestamp of the poll. This field allows sorting polls by when they were created (newest/oldest first).

Implementation

static final createdAt = PollsSortField(
  'created_at',
  (data) => data.createdAt,
);