isNone property

bool get isNone

Returns true if the icon is empty (i.e., none).

Implementation

bool get isNone => icon.isEmpty;