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