menu
bcs package
documentation
bcs_type.dart
BcsType<T, Input>
fromHex method
fromHex method
dark_mode
light_mode
fromHex
method
T
fromHex
(
String
hex
)
Implementation
T fromHex(String hex) { return parse(fromHEX(hex)); }
bcs package
documentation
bcs_type
BcsType<T, Input>
fromHex method
BcsType class