connectionState property

Lens<ConnectionStateUpdate, DeviceConnectionState> connectionState
final

Implementation

static final connectionState =
    Lens<ConnectionStateUpdate, DeviceConnectionState>(
        (s_) => s_.connectionState,
        (s_, connectionState) =>
            s_.copyWith(connectionState: connectionState));