WithAttribute constructor

const WithAttribute(
  1. String name,
  2. String value
)

Implementation

const WithAttribute(this.name, this.value);