ProjectResponseModel constructor
const
ProjectResponseModel({
- required String projectId,
- required String name,
- required int createDateUnix,
- required String defaultTitleVoiceId,
- required String defaultParagraphVoiceId,
- required String defaultModelId,
- dynamic lastConversionDateUnix,
- required bool canBeDownloaded,
- dynamic title,
- dynamic author,
- dynamic description,
- dynamic genres,
- dynamic coverImageUrl,
- dynamic targetAudience,
- dynamic language,
- dynamic contentType,
- dynamic originalPublicationDate,
- dynamic matureContent,
- dynamic isbnNumber,
- required bool volumeNormalization,
- required ProjectResponseModelState state,
- required ProjectResponseModelAccessLevel accessLevel,
- dynamic fiction,
- required bool qualityCheckOn,
- required bool qualityCheckOnWhenBulkConvert,
- dynamic creationMeta,
- dynamic sourceType,
- dynamic chaptersEnabled,
Implementation
const ProjectResponseModel({
required this.projectId,
required this.name,
required this.createDateUnix,
required this.defaultTitleVoiceId,
required this.defaultParagraphVoiceId,
required this.defaultModelId,
this.lastConversionDateUnix,
required this.canBeDownloaded,
this.title,
this.author,
this.description,
this.genres,
this.coverImageUrl,
this.targetAudience,
this.language,
this.contentType,
this.originalPublicationDate,
this.matureContent,
this.isbnNumber,
required this.volumeNormalization,
required this.state,
required this.accessLevel,
this.fiction,
required this.qualityCheckOn,
required this.qualityCheckOnWhenBulkConvert,
this.creationMeta,
this.sourceType,
this.chaptersEnabled,
});