Wifi$Impl class

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
locationId int
wifi's location identifier.
no setteroverride
mac String
wifi's mac.
no setteroverride
name String
wifi's name.
no setteroverride
point Point
wifi's X and Y coordinates in meters as Point (within the sublocation).
no setteroverride
ptr Pointer<Void>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status TransmitterStatus
wifi's status. TransmitterStatus
no setteroverride
sublocationId int
wifi's sublocation identifier.
no setteroverride

Methods

isValid() bool
override
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 Methods

fromOptionalPtr(Pointer<Void> ptr) Wifi?
getNativePtr(Wifi? obj) Pointer<Void>