props property

Represents the list of the LazxObserver in your manager

This variable is used to handle the lifecycle of your observer and dispose them when your manager is disposed (when tied to your LazxApp widget).

Implementation

List<LazxObserver> get props;