ObjectIdentifier class
Constructors
-
ObjectIdentifier(List<
int> nodes) -
const
- ObjectIdentifier.fromAsn1(ASN1ObjectIdentifier id)
-
factory
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, override
- name → String
-
read-only
-
nodes
→ List<
int> -
final
- parent → ObjectIdentifier
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toAsn1(
) → ASN1ObjectIdentifier -
toString(
) → String -
Returns a string representation of this object.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
override