Wifi class abstract
Class is used for storing WiFi. Referenced from Sublocation.
- Implemented types
- Implementers
Constructors
- Wifi()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- locationId → int
-
wifi's location identifier.
no setter
- mac → String
-
wifi's mac.
no setter
- name → String
-
wifi's name.
no setter
- point → Point
-
wifi's X and Y coordinates in meters as Point (within the sublocation).
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → TransmitterStatus
-
wifi's status. TransmitterStatus
no setter
- sublocationId → int
-
wifi's sublocation identifier.
no setter
Methods
-
isValid(
) → bool -
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