gHex property

String gHex

Implementation

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