menu
html_to_markdown_ffi package
documentation
models/enums.dart
WarningKind
fromJson static method
fromJson static method
dark_mode
light_mode
fromJson
static method
WarningKind
fromJson
(
String
value
)
Implementation
static WarningKind fromJson(String value) => WarningKind.values.firstWhere((e) => e.name == value);
html_to_markdown_ffi package
documentation
models/enums
WarningKind
fromJson static method
WarningKind enum