registrationValue property

ObserveRegistration? registrationValue

Returns the ObserveRegistration value this option represents if its value can be parsed as either a registration (= 0) or a deregistration.

Implementation

ObserveRegistration? get registrationValue =>
    ObserveRegistration.parse(value);