toHex abstract method

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

Implementation

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