KeyValueViewModel constructor

const KeyValueViewModel(
  1. String key,
  2. String value, {
  3. String? id,
})

Implementation

const KeyValueViewModel(this.key, this.value, {this.id});