never<States> static method

StateProperty<States, Null> never<States>()

Resolves null as the behavior independent of the current state of the system.

Implementation

static StateProperty<States, Null> never<States>() =>
    _StatePropertyValue<States, Null>(() => null);