TypeRecord class

Inheritance

Constructors

TypeRecord({String? typeInfo})

Properties

basicInfoString String
no setterinherited
decodedType String
getter/setter pairinherited-setteroverride-getter
encodedType Uint8List?
getter/setter pairinherited
flags NDEFRecordFlags
getter/setter pairinherited
fullType String?
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id Uint8List?
getter/setter pairinherited
idString String
Hex String of id, return "(empty)" when the id bytes is null
getter/setter pairinherited
maxPayloadLength int?
no setterinherited
minPayloadLength int
no setterinherited
payload Uint8List
getter/setter pairoverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tnf TypeNameFormat
getter/setter pairinherited
type Uint8List?
getter/setter pairinherited
typeInfo String?
getter/setter pair

Methods

encode() Uint8List
Encode this NDEFRecord to raw byte data.
inherited
isEqual(NDEFRecord other) bool
inherited
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

Constants

classType → const String