BooleanDataEntry constructor

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

Implementation

BooleanDataEntry(String key, this.value) : super(key);