GetCondition<S extends RxState> typedef

GetCondition<S extends RxState> = bool Function(S previous, S current)

Implementation

typedef GetCondition<S extends RxState> = bool Function(
    S previous,
    S current,
    );