StringDataEntry constructor

StringDataEntry(
  1. String key,
  2. String value
)

Implementation

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