menu
clay_core package
documentation
clay.dart
LineRangeMapper
fromJson static method
fromJson static method
dark_mode
light_mode
fromJson
static method
LineRange
fromJson
(
String
json
)
Implementation
static LineRange fromJson(String json) { return ensureInitialized().decodeJson<LineRange>(json); }
clay_core package
documentation
clay
LineRangeMapper
fromJson static method
LineRangeMapper class