StorePage constructor
StorePage({
- String? id,
- List<
String> ? link, - List<
LocalizedText> ? name,
Implementation
StorePage({
this.id,
this.link,
this.name,
});