bitMaskHex property

String bitMaskHex

Implementation

String get bitMaskHex =>
    '0x${bitMask.toRadixString(16).padLeft(2, '0').toUpperCase()}';