FlutterVpnState enum

Copyright (C) 2018-2022 Jason C.H

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. The generic VPN state for all platforms.

Inheritance

Constructors

FlutterVpnState()
const

Values

disconnected → const FlutterVpnState
connecting → const FlutterVpnState
connected → const FlutterVpnState
disconnecting → const FlutterVpnState
error → const FlutterVpnState

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<FlutterVpnState>
A constant List of the values in this enum, in order of their declaration.