BooleanAttribute.withValueReset constructor

BooleanAttribute.withValueReset(
  1. dynamic key
)

Implementation

BooleanAttribute.withValueReset(key) : super(key, null, false, true);