toHex abstract method

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

Implementation

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