BooleanAttribute constructor

BooleanAttribute(
  1. String key,
  2. bool value
)

Implementation

BooleanAttribute(this.key, this.value);