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