rHex property

String rHex

Implementation

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