hasNotAvatar property

bool get hasNotAvatar

Returns true if avatar is null, otherwise false.

Implementation

bool get hasNotAvatar => !hasAvatar;