isScheduled property

bool get isScheduled

Checks if the post has a scheduled send date

Implementation

bool get isScheduled => sendDate != null;