posState property

ValueNotifier<PosConnectionState> posState
getter/setter pair

Implementation

ValueNotifier<PosConnectionState> posState =
    ValueNotifier(PosConnectionState.notConnected);