ObjectIdentifier class
Constructors
-
ObjectIdentifier.new(List<
int> nodes) -
const
- ObjectIdentifier.fromAsn1(ASN1ObjectIdentifier id)
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toAsn1(
) → ASN1ObjectIdentifier -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override