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