AttributeValue.boolean constructor

AttributeValue.boolean(
  1. bool value
)

Implementation

AttributeValue.boolean(bool value) : this._raw(value, 1);