jael3 package
documentation
jael3
HexLiteral
parse method
parse
parse
method
Null safety
num
parse
(
String
value
)
Implementation
static num parse(String value) => int.parse(value.substring(2), radix: 16);
jael3 package
documentation
jael3
HexLiteral
parse method
HexLiteral class
Constructors
HexLiteral
Properties
hashCode
hex
runtimeType
span
Methods
compute
noSuchMethod
toString
Operators
operator ==
Static methods
parse