hasNotAlt property

bool get hasNotAlt

Returns true if alt is null, otherwise false.

Implementation

bool get hasNotAlt => !hasAlt;