menu
leancode_pipe package
documentation
leancode_pipe/contracts/topic.dart
Topic<Notification extends Object>
fromJson abstract method
fromJson abstract method
dark_mode
light_mode
fromJson
abstract method
Topic
<
Notification
>
fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
Topic<Notification> fromJson(Map<String, dynamic> json);
leancode_pipe package
documentation
leancode_pipe/contracts/topic
Topic<Notification extends Object>
fromJson abstract method
Topic class