isPaidPost property

bool get isPaidPost

Checks if the post has a price set (is a paid post)

Implementation

bool get isPaidPost => price != null;