Int256.parse constructor

Int256.parse(
  1. String hex
)

Parse.

Implementation

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