categories property

  1. @observable
ObservableList<CategoryWeebi> categories
getter/setter pair

not used, will only come handy if categories search is implemented to reuse same buffer logic as with calibresFull

Implementation

@observable
ObservableList<CategoryWeebi> categories =
    ObservableList.of(<CategoryWeebi>[]);