DisplayedProperty constructor

DisplayedProperty({
  1. String? propertyName,
})

Implementation

DisplayedProperty({
  this.propertyName,
});