isPaidPost property
bool
get
isPaidPost
Checks if the post has a price set (is a paid post)
Implementation
bool get isPaidPost => price != null;
Checks if the post has a price set (is a paid post)
bool get isPaidPost => price != null;