padding property

int? padding
getter/setter pair

The number of bits of the last byte in bitmap to ignore as "padding".

If the length of bitmap is zero, then this value must be 0. Otherwise, this value must be between 0 and 7, inclusive.

Implementation

core.int? padding;