rHex property

dynamic get rHex

Implementation

get rHex => r.toInt().toRadixString(16).padLeft(2, '0');