String toHex({bool lowerCase = true}) { return BytesUtils.toHexString(toBytes(), lowerCase: lowerCase); }