EngineAttribute constructor

EngineAttribute({
  1. String? name,
  2. String? value,
})

Implementation

EngineAttribute({
  this.name,
  this.value,
});