EngineVersion constructor

EngineVersion({
  1. String? name,
})

Implementation

EngineVersion({
  this.name,
});