isNotEmpty property

bool isNotEmpty

Whether this int is not zero.

Implementation

bool get isNotEmpty => this != 0.0;