menu
struct_data package
documentation
binary_format/binary_format.dart
SignFormat
encode method
encode method
dark_mode
light_mode
encode
method
int
encode
(
int
value
)
override
Implementation
int encode(int value) => value.isNegative ? -1 : 1;
struct_data package
documentation
binary_format/binary_format
SignFormat
encode method
SignFormat class