RestModeEpisode constructor

const RestModeEpisode({
  1. required List<String> tags,
  2. required String timestamp,
})

Implementation

const RestModeEpisode({
  required this.tags,
  required this.timestamp,
});