status property

String status

Implementation

String get status => (transitioning ? 'transitioning - ' : '') + (active ? 'active' : 'not active');