AtomSource constructor

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

Implementation

const AtomSource(this.id, this.title, this.updated);