VastAttribute constructor Null safety

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

Implementation

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