AtomSource constructor

AtomSource({
  1. String? id,
  2. String? title,
  3. String? updated,
})

Implementation

AtomSource({
  this.id,
  this.title,
  this.updated,
});