hasNotAlt property
bool
get
hasNotAlt
Returns true if alt
is null, otherwise false.
Implementation
bool get hasNotAlt => !hasAlt;
Returns true if alt
is null, otherwise false.
bool get hasNotAlt => !hasAlt;