menu
ptgc package
documentation
raw.dart
Int128
Int128.parse constructor
Int128.parse constructor
dark_mode
light_mode
Int128.parse
constructor
Int128.parse
(
String
hex
)
Parse.
Implementation
Int128.parse(String hex) : this(_fromHexToUint8List(hex));
ptgc package
documentation
raw
Int128
Int128.parse constructor
Int128 class