ElementClass constructor

ElementClass({
  1. String value = "",
  2. String key = "",
})

Implementation

ElementClass({
  this.value = "",
  this.key = "",
});