toHex abstract method

String toHex({
  1. bool lowerCase = true,
  2. String prefix = '',
})

serialize the private key to a hexadecimal string

Implementation

String toHex({bool lowerCase = true, String prefix = ''});