StorePage constructor

StorePage({
  1. String? id,
  2. List<String>? link,
  3. List<LocalizedText>? name,
})

Implementation

StorePage({
  this.id,
  this.link,
  this.name,
});