menu
stream_feeds package
documentation
stream_feeds.dart
Command
fromJson static method
fromJson static method
dark_mode
light_mode
fromJson
static method
Command
fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
static Command fromJson(Map<String, dynamic> json) => _$CommandFromJson(json);
stream_feeds package
documentation
stream_feeds
Command
fromJson static method
Command class