NumberAttribute constructor

NumberAttribute(
  1. String key,
  2. int value
)

Implementation

NumberAttribute(this.key, this.value);