PropertyDisplayOptions constructor

PropertyDisplayOptions({
  1. String? displayLabel,
})

Implementation

PropertyDisplayOptions({
  this.displayLabel,
});