PhoneState.nothing constructor

PhoneState.nothing()

This method allows you to create a PhoneState object with the status PhoneStateStatus.NOTHING

Use for initializing your PhoneState object

Implementation

factory PhoneState.nothing() =>
    PhoneState._(status: PhoneStateStatus.NOTHING);