menu
variance_dart
variance
Uint256
Uint256.fromHex factory constructor
Uint256.fromHex
brightness_4
brightness_5
Uint256.fromHex
constructor
Uint256.fromHex
(
String
hex
)
Implementation
factory Uint256.fromHex(String hex) { return Uint256(hexToInt(hex)); }
variance_dart
variance
Uint256
Uint256.fromHex factory constructor
Uint256 class