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