OnceEventType constructor

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

Implementation

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