EnginComposition constructor

EnginComposition(
  1. int id,
  2. String name,
  3. String type, {
  4. List<UserEngin>? userEngins,
})

Implementation

EnginComposition(this.id, this.name, this.type, {this.userEngins});