Int128.parse constructor

Int128.parse(
  1. String hex
)

Parse.

Implementation

Int128.parse(String hex) : this(_fromHexToUint8List(hex));