createdAt property
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,
);
Sort by the creation timestamp of the poll. This field allows sorting polls by when they were created (newest/oldest first).
static final createdAt = PollsSortField(
'created_at',
(data) => data.createdAt,
);