KeyValuePairs constructor

KeyValuePairs({
  1. String? key,
  2. String? value,
  3. int? index,
})

Implementation

KeyValuePairs({this.key, this.value, this.index});