requiresDownload property
bool
get
requiresDownload
Check if this recitation requires downloaded fonts
Implementation
bool get requiresDownload => dataSource.type == DataSourceType.downloaded;
Check if this recitation requires downloaded fonts
bool get requiresDownload => dataSource.type == DataSourceType.downloaded;