hasNotRepost property
bool
get
hasNotRepost
Returns true if repost
is null, otherwise false.
Implementation
bool get hasNotRepost => !hasRepost;
Returns true if repost
is null, otherwise false.
bool get hasNotRepost => !hasRepost;