DecryptedEpisode constructor
const
DecryptedEpisode({})
Implementation
const factory DecryptedEpisode({
required String id,
@Default(null) String? name,
@Default(null) String? comment,
@Default(null) int? startDate,
@Default(null) int? endDate,
@Default(null) Base64String? encryptedSelf,
}) = _DecryptedEpisode;