ManagedProperty constructor

ManagedProperty({
  1. Object? defaultValue,
  2. String? description,
  3. List<ManagedPropertyEntry>? entries,
  4. String? key,
  5. List<ManagedProperty>? nestedProperties,
  6. String? title,
  7. String? type,
})

Implementation

ManagedProperty({
  this.defaultValue,
  this.description,
  this.entries,
  this.key,
  this.nestedProperties,
  this.title,
  this.type,
});