state property

String? get state

Implementation

String? get state {
  return 'inactive';
}