MifareInfo class

Metadata of a MIFARE-compatible tag

Annotations
  • @JsonSerializable()

Constructors

MifareInfo(String type, int size, int blockSize, int blockCount, int? sectorCount)
MifareInfo.fromJson(Map<String, dynamic> json)
factory

Properties

blockCount int
Number of blocks (Classic) / pages (Ultralight), -1 if type is unknown
final
blockSize int
Size of a block (Classic) / page (Ultralight) 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
sectorCount int?
Number of sectors (Classic only)
final
size int
Size in bytes
final
type String
MIFARE type
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