LongreadSummaryByIdResponse constructor

const LongreadSummaryByIdResponse({
  1. required int id,
  2. required LongreadType type,
  3. required String name,
  4. required int order,
  5. required PublicationState state,
  6. required String? publishDate,
  7. required String? publishedAt,
})

Implementation

const LongreadSummaryByIdResponse({
  required this.id,
  required this.type,
  required this.name,
  required this.order,
  required this.state,
  required this.publishDate,
  required this.publishedAt,
});