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