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

getRoot Uint8List
no setter
hashCode int
The hash code for this object.
no setteroverride
root Uint8List
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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