KeyValue constructor

KeyValue({
  1. String? typeKey,
  2. String? value,
  3. int? latestUpdateTime,
})

Implementation

KeyValue({this.typeKey, this.value, this.latestUpdateTime});