menu
Flutter
vm_service.dart
Message
parse static method
parse
dark_mode
light_mode
parse
static method
Message
?
parse
(
Map
<
String
,
dynamic
>
?
json
)
override
Implementation
static
Message? parse(
Map
<
String
,
dynamic
>? json) => json ==
null
?
null
: Message._fromJson(json);
Flutter
vm_service
Message
parse static method
Message class
Constructors
Message
Properties
handler
hashCode
index
json
location
messageObjectId
name
runtimeType
size
type
Methods
noSuchMethod
toJson
toString
Operators
operator ==
Static methods
parse
Cookies management controls