menu
ouisync
ouisync.dart
DirectoryEntry
encode method
encode
dark_mode
light_mode
encode
method
void
encode
(
Packer
p
)
Implementation
void encode(Packer p) { p.packListLength(2); p.packString(name); entryType.encode(p); }
ouisync
ouisync
DirectoryEntry
encode method
DirectoryEntry class