isPositive property Null safety

bool isPositive

Checks if a number > 0

Implementation

bool get isPositive => this > 0;