menu
simple_webdav_client package
documentation
utils.dart
Depth
fromName static method
fromName static method
dark_mode
light_mode
fromName
static method
Depth
?
fromName
(
String
value
)
Implementation
static Depth? fromName(String value) => Depth.values.where((e) => e.name == value).firstOrNull;
simple_webdav_client package
documentation
utils
Depth
fromName static method
Depth enum