menu
yx_fltools package
documentation
byte/byte.dart
Byte
Byte.new constructor
Byte.new constructor
dark_mode
light_mode
Byte
constructor
Byte
(
int
value
)
Implementation
Byte(int value) { _byte = value & 0xFF; }
yx_fltools package
documentation
byte/byte
Byte
Byte.new constructor
Byte class