LongreadSummaryByIdResponse constructor
const
LongreadSummaryByIdResponse({
- required int id,
- required LongreadType type,
- required String name,
- required int order,
- required PublicationState state,
- required String? publishDate,
- 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,
});