Attribute constructor

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

Дополнительные параметры

Implementation

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