Reprsents on node in the FlightGear property tree.

Constructors

Property(String name, String node, PropertyType type)

Properties

hashCode → int

Get a hash code for this object.

read-only, inherited
name → String

A string only meant for human edification,

read-only
node → String

The path in the tree to a given property.

read-only
runtimeType → Type

A representation of the runtime type of the object.

read-only, inherited
stream → Stream<Property>

A stream of update events only when value changes due to transmission from FlightGear.

read-only
type PropertyType

The variable type for value in transmission.

read-only
value → dynamic

Value of this property, either written to by ArdKnob clients or received by FlightGear transmission.

read / write
writeable → bool

Is this property writeable?

read-only

Operators

operator ==(other) → bool

The equality operator.

inherited

Methods

noSuchMethod(Invocation invocation) → dynamic

Invoked when a non-existent method or property is accessed.

inherited
toString() → String

Returns a string representation of this object.