StoriesData constructor

StoriesData({
  1. String? languageCode,
})

Implementation

StoriesData({
  this.languageCode,
});