NfcTag class

The class represents the tag discovered by the session.

Constructors

NfcTag({required String handle, required Map<String, dynamic> data})
Constructs an instance with the given values for testing.
const

Properties

data Map<String, dynamic>
The raw values about this tag obtained from the native platform.
final
handle String
The value used by this plugin internally.
final
hashCode int
The hash code for this object.
no setterinherited
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