menu
webfeed_revised package
documentation
domain/atom_source.dart
AtomSource
AtomSource constructor
AtomSource constructor
dark_mode
light_mode
AtomSource
constructor
AtomSource
(
{
String
?
id
,
String
?
title
,
String
?
updated
,
})
Default constructor for the AtomSource class
Implementation
AtomSource({ this.id, this.title, this.updated, });
webfeed_revised package
documentation
domain/atom_source
AtomSource
AtomSource constructor
AtomSource class