ResourceConfig constructor
const
ResourceConfig({})
Implementation
const ResourceConfig({
required this.title,
required this.fields,
required this.listPath,
this.createPath,
this.updatePath,
this.deletePath,
this.titleKey = 'title',
this.subtitleKey,
this.singular = 'registro',
this.idKey = 'id',
});