En constructor

En({
  1. String? name,
  2. String? description,
  3. String? terminal,
})

Implementation

En({
  this.name,
  this.description,
  this.terminal,
});