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