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