menu
struct_data package
documentation
bits/bits_map.dart
BitFieldMap<K extends BitField>
width property
width property
dark_mode
light_mode
width
property
int
get
width
Implementation
int get width => keys.map((key) => key.bitmask).totalWidth;
struct_data package
documentation
bits/bits_map
BitFieldMap<K extends BitField>
width property
BitFieldMap class