width property

int get width

Width of this field in bits.

Implementation

int get width => high - low + 1;