flutterzoop
flutterzoop.pbenum
BluetoothState_State
toString method
toString
flutterzoop
flutterzoop.pbenum
BluetoothState_State
toString method
BluetoothState_State class
Properties
hashCode
name
runtimeType
value
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
valueOf
Constants
OFF
ON
TURNING_OFF
TURNING_ON
UNAUTHORIZED
UNAVAILABLE
UNKNOWN
values
toString
method
String
toString
(
)
inherited
Returns this enum's
name
.
Implementation
String toString() => name;