isAuthenticated property

bool get isAuthenticated

Implementation

bool get isAuthenticated => (status == "active" || status == "walkaway");