LongDataEntry constructor

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

Implementation

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