bHex property

dynamic bHex

Implementation

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