sortedBy property

  1. @observable
Observable<SortedBy> sortedBy
getter/setter pair

Implementation

@observable
Observable<SortedBy> sortedBy = Observable(SortedBy.title);