menu
struct_data package
documentation
bits/bit_struct.dart
BitStructBase<T extends BitStructBase<T, K>, K extends BitField>
withMap method
withMap method
dark_mode
light_mode
withMap
method
T
withMap
(
Map
<
K
,
int
>
map
)
Implementation
T withMap(Map<K, int> map) => copyWithData(data.withMap(map));
struct_data package
documentation
bits/bit_struct
BitStructBase<T extends BitStructBase<T, K>, K extends BitField>
withMap method
BitStructBase class