menu
struct_data package
documentation
binary_format/binary_format.dart
IntFormat<S extends NativeType>
encode method
encode method
dark_mode
light_mode
encode
method
int
encode
(
int
value
)
override
Implementation
int encode(int value) => value.clamp(binaryRange.min, binaryRange.max);
struct_data package
documentation
binary_format/binary_format
IntFormat<S extends NativeType>
encode method
IntFormat class