VenueTopologyAccessCharacteristics class abstract

Represents the access characreisticas of a topology.

Access characteristics is a combination of VenueTransportMode which is suppoted on this topology and the VenueTopologyTopologyDirectionality towards which it is allowed.

Constructors

VenueTopologyAccessCharacteristics()

Properties

direction VenueTopologyTopologyDirectionality
Gets topology direction. Gets the topology direction.
no setter
hashCode → int
The hash code for this object.
no setterinherited
mode VenueTransportMode
Gets the mode of transport. Gets the mode of transport.
no setter
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