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