menu
Flutter
vm_service
VM
parse static method
parse
brightness_4
brightness_5
parse
static method
VM
?
parse
(
Map
<
String
,
dynamic
>
?
json
)
override
Implementation
static VM? parse(Map<String, dynamic>? json) => json == null ? null : VM._fromJson(json);
Flutter
vm_service
VM
parse static method
VM class