NDEFRawRecord class

Raw data of a NDEF record.

All String fields are in hex format.

Annotations
  • @JsonSerializable()

Constructors

NDEFRawRecord(String identifier, String payload, String type, TypeNameFormat typeNameFormat)
NDEFRawRecord.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
identifier String
identifier of the payload (empty if not existed)
final
payload String
payload
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
type of the payload
final
typeNameFormat → TypeNameFormat
type name format (see ndef package for detail)
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited