ASN1DumpWrapper class

Wrapper object for ASN1DumpLine

Constructors

ASN1DumpWrapper({List<ASN1DumpLine>? lines})

Properties

hashCode int
The hash code for this object.
no setterinherited
lines List<ASN1DumpLine>?
List of single lines of the dump
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(ASN1DumpLine l) → void
Adding a ASN1DumpLine
addAll(List<ASN1DumpLine> l) → void
Adding multiple ASN1DumpLine at once
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