menu
dds package
documentation
vm_service_extensions.dart
Size
parse static method
parse static method
dark_mode
light_mode
parse
static method
Size
?
parse
(
Map
<
String
,
dynamic
>
?
json
)
Implementation
static Size? parse(Map<String, dynamic>? json) => json == null ? null : Size._fromJson(json);
dds package
documentation
vm_service_extensions
Size
parse static method
Size class