task property

  1. @observable
String? task
getter/setter pair

Stores what's currently being worked on

Implementation

@observable
String? task;