bHex property

String bHex

Implementation

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