closeAt property Null safety
read / write
Unix timestamp at which the poll has closed or will close (second). If this value is -1, it means the poll is indefinitely open.
Implementation
int closeAt = -1;
Unix timestamp at which the poll has closed or will close (second). If this value is -1, it means the poll is indefinitely open.
int closeAt = -1;