NfcAntennaLocation class
Where one antenna sits, in millimetres from the top-left corner of the back of the device, held face up in its natural orientation.
Constructors
- NfcAntennaLocation({required int x, required int y})
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited