SecurityRoot class
Constructors
- SecurityRoot(Uint8List root)
- SecurityRoot.apply(String str)
-
factory
- SecurityRoot.create(Uint8List root)
-
factory
- SecurityRoot.empty()
-
factory
- SecurityRoot.fromBase58(Base58Data data)
-
factory
- SecurityRoot.fromJson(String json)
-
A necessary factory constructor for creating a new AssetCode instance
from a map.
The constructor is named after the source class, in this case, AssetCode.
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toJson
is the convention for a class to declare support for serialization to JSON. The implementation simply calls the private, generated helper method_$AssetCodeToJson
. -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override