menu
dds package
documentation
dap.dart
StackTraceResponse
fromJson static method
fromJson static method
dark_mode
light_mode
fromJson
static method
StackTraceResponse
fromJson
(
Map
<
String
,
Object
?
>
obj
)
override
Implementation
static StackTraceResponse fromJson(Map<String, Object?> obj) => StackTraceResponse.fromMap(obj);
dds package
documentation
dap
StackTraceResponse
fromJson static method
StackTraceResponse class