Attribute constructor

Attribute(
  1. String attribute
)

Parameters:

  • attribute: The unique identifier of the form attribute.

Implementation

Attribute(this.attribute);