BaudRate enum
Values
- br_75 → const BaudRate
- br_110 → const BaudRate
- br_134 → const BaudRate
- br_150 → const BaudRate
- br_300 → const BaudRate
- br_600 → const BaudRate
- br_1200 → const BaudRate
- br_1800 → const BaudRate
- br_2400 → const BaudRate
- br_4800 → const BaudRate
- br_7200 → const BaudRate
- br_14400 → const BaudRate
- br_19200 → const BaudRate
- br_28800 → const BaudRate
- br_9600 → const BaudRate
- br_38400 → const BaudRate
- br_57600 → const BaudRate
- br_115200 → const BaudRate
- br_128000 → const BaudRate
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → int
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited