MetadataOverrides constructor

const MetadataOverrides({
  1. String? label,
  2. String? addLabel,
  3. String? editLabel,
  4. String? pluralLabel,
  5. bool? isDisabled,
  6. Map<JsonPath, List<MetaFieldConfig>>? formConfig = const {},
  7. String? category,
  8. Set<JsonPath>? ignoredPaths = const {},
  9. Map<JsonPath, String> labels = const {},
  10. Map<JsonPath, MetaDateFormatter>? metaDateFormatters = const {},
  11. Map<JsonPath, String> placeholders = const {},
  12. List<JsonPath> sortOrder = const [],
})

Implementation

const MetadataOverrides(
    {this.label,
    this.addLabel,
    this.editLabel,
    this.pluralLabel,
    this.isDisabled,
    this.formConfig = const {},
    this.category,
    this.ignoredPaths = const {},
    this.labels = const {},
    this.metaDateFormatters = const {},
    this.placeholders = const {},
    this.sortOrder = const []});