OnceEventSource constructor

const OnceEventSource({
  1. int? id,
  2. String? description,
})

Implementation

const OnceEventSource({
  this.id,
  this.description,
});