Signature.fromHex constructor

Signature.fromHex(
  1. String hex
)

Implementation

factory Signature.fromHex(String hex) => Signature.fromBytes(hex.hexToBytes);