NdefRecord class final

The NDEF record in an message.

Constructors

NdefRecord({required TypeNameFormat typeNameFormat, required Uint8List type, required Uint8List identifier, required Uint8List payload})
Constructs an NDEF record from its fields.
factory

Properties

byteLength int
The length of this record in bytes.
no setter
hashCode int
The hash code for this object.
no setteroverride
identifier Uint8List
The identifier of the record, as defined by the NDEF specification.
final
payload Uint8List
The payload of the record, as defined by the NDEF specification.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Uint8List
The type of the record, as defined by the NDEF specification.
final
typeNameFormat TypeNameFormat
The Type Name Format field of the record, as defined by the NDEF specification.
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.
override