ResultDisplayField constructor

ResultDisplayField({
  1. String? label,
  2. String? operatorName,
  3. NamedProperty? property,
})

Implementation

ResultDisplayField({
  this.label,
  this.operatorName,
  this.property,
});