Bias class

Whether there should be pull-up or -down resistors connected to the line.

Properties

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

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

Static Properties

values List<Bias>
no setter

Static Methods

parse(int value, [Bias defaultValue = Bias.unknown]) Bias

Constants

asIs → const Bias
< The internal bias state is unknown.
disable → const Bias
< The internal bias is disabled.
pullDown → const Bias
< The internal pull-down bias is enabled.
pullUp → const Bias
< The internal pull-up bias is enabled.
unknown → const Bias