DataProvider constructor
DataProvider({
- required List<
DataRepresentation> representations, - String? suggestedName,
Implementation
DataProvider({
required this.representations,
this.suggestedName,
});