menu
struct_data package
documentation
binary_format/binary_format.dart
BitStructFormat<K extends BitField>
encode method
encode method
dark_mode
light_mode
encode
method
int
encode
(
BitStruct
<
K
>
value
)
override
Implementation
int encode(BitStruct<K> value) => value.value;
struct_data package
documentation
binary_format/binary_format
BitStructFormat<K extends BitField>
encode method
BitStructFormat class