menu
ouisync
ouisync.dart
EntryType
toInt method
toInt
dark_mode
light_mode
toInt
method
int
toInt
(
)
Implementation
int toInt() => switch (this) { EntryType.file => 1, EntryType.directory => 2, };
ouisync
ouisync
EntryType
toInt method
EntryType enum