isPending method

bool isPending()

Implementation

bool isPending() => status == 'PENDING' || status == 'STARTED';