ResultField constructor

ResultField({
  1. String? field,
  2. String? value,
})

Implementation

ResultField({
  this.field,
  this.value,
});