JsonDataEntry constructor

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

Implementation

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