isScheduled property
bool
get
isScheduled
Checks if the post has a scheduled send date
Implementation
bool get isScheduled => sendDate != null;
Checks if the post has a scheduled send date
bool get isScheduled => sendDate != null;