QueryNdefStatusResponse class

A tag's live NDEF status and capacity.

Constructors

QueryNdefStatusResponse({required NdefStatus status, required int capacity})
const

Properties

capacity int
The largest NDEF message the tag can hold, in bytes.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status NdefStatus
Whether the tag holds NDEF at all, and whether it can still be written.
final

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