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