menu
Flutter
vm_service.dart
Isolate
parse static method
parse
dark_mode
light_mode
parse
static method
Isolate
?
parse
(
Map
<
String
,
dynamic
>
?
json
)
override
Implementation
static Isolate? parse(Map<String, dynamic>? json) => json == null ? null : Isolate._fromJson(json);
Flutter
vm_service
Isolate
parse static method
Isolate class
Cookies management controls