MPMTagParser mixin

Superclass constraints
Mixin applications

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

isValidTag(String tag) bool
Checks if the tag is a valid number.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
tlvDecode(String data) List<TLV>
Decodes a TLV encoded string into a list of TLV objects.
inherited
tlvEncode(List<TLV> tlvList) String
Encodes a list of TLV objects into a TLV encoded string.
inherited
toString() String
A string representation of this object.
inherited

Operators

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