$FeedField constructor

$FeedField({
  1. String? defaultValue,
  2. bool? filterable,
  3. int? id,
  4. String? name,
  5. bool? renderable,
  6. bool? required,
  7. String? type,
})

Implementation

$FeedField({
  this.defaultValue,
  this.filterable,
  this.id,
  this.name,
  this.renderable,
  this.required,
  this.type,
});