hasNotAvatar property
bool
get
hasNotAvatar
Returns true if avatar
is null, otherwise false.
Implementation
bool get hasNotAvatar => !hasAvatar;
Returns true if avatar
is null, otherwise false.
bool get hasNotAvatar => !hasAvatar;