menu
js_bindings package
documentation
bindings/fetch.dart
ResponseType
fromValue static method
fromValue static method
dark_mode
light_mode
fromValue
static method
ResponseType
fromValue
(
String
value
)
Implementation
static ResponseType fromValue(String value) => values.firstWhere((e) => e.value == value);
js_bindings package
documentation
bindings/fetch
ResponseType
fromValue static method
ResponseType enum