AudioBook constructor
const
AudioBook({})
Implementation
const factory AudioBook({
required String title,
required String detailUrl,
@Default([]) List<String> categories,
String? language,
String? coverUrl,
DateTime? postedDate,
String? format,
String? bitrate,
String? fileSize,
String? hash,
String? downloadLink,
DateTime? cached,
double? cacheProgress,
}) = _AudioBook;