Pollfd constructor

Pollfd(
  1. int fd,
  2. int events
)

Implementation

Pollfd(this.fd, this.events);