CollisionResolutionRecord class
- Inheritance
-
- Object
- NDEFRecord
- WellKnownRecord
- CollisionResolutionRecord
Constructors
- CollisionResolutionRecord({int? randomNumber})
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 setteroverride
- minPayloadLength → int
-
no setteroverride
- payload ↔ Uint8List
-
getter/setter pairoverride
- randomNumber ↔ int?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tnf ↔ TypeNameFormat
-
getter/setter pairinherited
- type ↔ Uint8List?
-
getter/setter pairinherited
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
- classMaxPayloadLength → const int
- classMinPayloadLength → const int
- classType → const String