hasInstance property

bool hasInstance

Whether this ActivityFlags has the instance flag set.

Implementation

bool get hasInstance => has(instance);