Errno constructor

Errno(
  1. ERRNO erno,
  2. String description
)

Implementation

Errno(this.erno, this.description);