Convert class

Constructors

Convert()

Properties

hashCode → int
The hash code for this object. [...]
read-only, inherited
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
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited

Static Methods

base64ToBytes(String b64) → Uint8List
bigIntToBytes({BigInt v, bool bigEndian: true }) → Uint8List
bytesToBase64(Uint8List bytes) → String
bytesToBigInt(Uint8List bytes, { bool bigEndian: false }) → BigInt
bytesToHexStr(Uint8List bytes) → String
bytesToStr(Uint8List bytes) → String
hexStrToBigInt(String str, { bool bigEndian: false }) → BigInt
hexStrToBytes(String str) → Uint8List
hexStrToStr(String hex) → String
strToBytes(String str) → Uint8List