menu
ouisync
ouisync.dart
Progress
encode method
encode
dark_mode
light_mode
encode
method
void
encode
(
Packer
p
)
Implementation
void encode(Packer p) { p.packListLength(2); p.packInt(value); p.packInt(total); }
ouisync
ouisync
Progress
encode method
Progress class