AtomSource constructor
Constructor for creating an AtomSource object.
The constructor initializes an AtomSource object with the following named parameters:
id: The ID of the source.title: The title of the source.updated: The updated date and time of the source.
Implementation
AtomSource({
this.id,
this.title,
this.updated,
});