BeaconIdBuilder class

Builder class for BeaconId

Constructors

BeaconIdBuilder()

Properties

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

Methods

build() BeaconId
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setHexId(String hexId) BeaconIdBuilder
For BeaconId.typeEddystoneUid
setHexInstance(String hexInstance) BeaconIdBuilder
For BeaconId.typeEddystoneUid
setHexNamespace(String hexNamespace) BeaconIdBuilder
For BeaconId.typeEddystoneUid
setIBeaconUuid(String iBeaconUuid) BeaconIdBuilder
For BeaconId.typeIBeacon
setMajor(int major) BeaconIdBuilder
For BeaconId.typeIBeacon
setMinor(int minor) BeaconIdBuilder
For BeaconId.typeIBeacon
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited