DataListMap<T extends DataMap> constructor
DataListMap<T extends DataMap> ({})
Implementation
DataListMap({
this.name = 'no-named',
this.isData = false,
required this.create,
this.no_update = false,
this.required = false,
String? label,
}) {
this.label = label ?? name;
}