ResponseAttribute.string constructor

ResponseAttribute.string(
  1. String name,
  2. String value, {
  3. String? provider,
})

Creates a string attribute.

Implementation

ResponseAttribute.string(this.name, this.value, {this.provider});