currentProps property

Iterable<CurrentProperty> get currentProps

Provides a list of CurrentProperty fields in the CurrentViewModel.

Properties on the implementation must be added to this list in order to be reactive and update the UI on change.

Implementation

Iterable<CurrentProperty> get currentProps;