hasCount property

bool get hasCount

Returns true if the badge has a numeric count.

Implementation

bool get hasCount => count != null;