isEmpty property

bool isEmpty

Whether this int is zero.

Implementation

bool get isEmpty => this == 0;