menu
Flutter
vm_service
Code
parse static method
parse
brightness_4
brightness_5
parse
static method
Code
?
parse
(
Map
<
String
,
dynamic
>
?
json
)
override
Implementation
static Code? parse(Map<String, dynamic>? json) => json == null ? null : Code._fromJson(json);
Flutter
vm_service
Code
parse static method
Code class
Constructors
Code
Properties
classRef
fixedId
hashCode
id
json
kind
name
runtimeType
size
type
Methods
noSuchMethod
toJson
toString
Operators
operator ==
Static methods
parse