Utils class

Constructors

Utils()

Properties

defaultPath String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

formatEther(BigInt value) → dynamic
formatUnitsByEtherUnit(BigInt value, {EtherUnit unit = EtherUnit.ether}) → dynamic
formatUnitsByInt(BigInt value, {int unit = 18}) → dynamic
========================================================================== Conversion
isValidMnemonic(String mnemonic) bool
mnemonicToEntropy(String mnemonic) String
mnemonicToSeed(String mnemonic) Uint8List
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseEther(String value) BigInt
parseUnitsByEtherUnit(String value, {EtherUnit unit = EtherUnit.ether}) → dynamic
parseUnitsByInt(String value, {int unit = 18}) → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited