fromHex method

dynamic fromHex(
  1. dynamic hex
)

Implementation

fromHex(var hex) {
  return this.fromBytes(toBuffer(hex));
}