notZero property

bool get notZero

Implementation

bool get notZero => this != null && this! != 0;