closeAt property Null safety

int closeAt
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;