hasNotDisplayName property

bool get hasNotDisplayName

Returns true if displayName is null, otherwise false.

Implementation

bool get hasNotDisplayName => !hasDisplayName;