MetadataOverrides constructor
const
MetadataOverrides({
- String? label,
- String? addLabel,
- String? editLabel,
- String? pluralLabel,
- bool? isDisabled,
- Map<
JsonPath, List< ? formConfig = const {},MetaFieldConfig> > - String? category,
- Set<
JsonPath> ? ignoredPaths = const {}, - Map<
JsonPath, String> labels = const {}, - Map<
JsonPath, MetaDateFormatter> ? metaDateFormatters = const {}, - Map<
JsonPath, String> placeholders = const {}, - 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 []});