DOMBreakpointType.fromJson constructor Null safety
- String value
Implementation
factory DOMBreakpointType.fromJson(String value) =>
DOMBreakpointType.values.firstWhere((e) => e.value == value);
factory DOMBreakpointType.fromJson(String value) =>
DOMBreakpointType.values.firstWhere((e) => e.value == value);