TlvData class

Constructors

TlvData(Map<int, Tlv> tlvData, List<int> data)
const
TlvData.parse(List<int> data)
factory

Properties

data List<int>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tlvData Map<int, Tlv>
final

Methods

get(int tag) TlvData
getValue(int tag) Uint8List
hasValue(int tag) bool
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