BasicCard class

Inheritance
Implementers

Constructors

BasicCard(TagPayload p, Map<String, dynamic> r)

Properties

canWrite bool
finalinherited
capacity int
finalinherited
hashCode int
The hash code for this object.
no setterinherited
hasNdef bool
finalinherited
id String
finalinherited
isLocked bool
finalinherited
p TagPayload
final
protocol String
finalinherited
r Map<String, dynamic>
final
raw Map<String, dynamic>
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type TagCategory
finalinherited

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.
inherited