hasNotDisplayName property
bool
get
hasNotDisplayName
Returns true if displayName
is null, otherwise false.
Implementation
bool get hasNotDisplayName => !hasDisplayName;
Returns true if displayName
is null, otherwise false.
bool get hasNotDisplayName => !hasDisplayName;