NovelJSData constructor

NovelJSData(
  1. String id,
  2. String? seriesId,
  3. String userId,
  4. String coverUrl,
  5. SeriesNavigation? seriesNavigation,
  6. String text,
)

Implementation

NovelJSData(
  this.id,
  this.seriesId,
  this.userId,
  this.coverUrl,
  this.seriesNavigation,
  this.text,
);