hasIcon property

bool hasIcon

Whether this Node has a non-null icon.

Implementation

bool get hasIcon => _icon != null && _icon != null;