props property

Represents the list of the LazxData in your viewModel

This variable is used to handle the lifecycle of your liveData as your viewModel is tied to the lifecycle of your Widget

Implementation

List<LazxObservable> get props;