requiresDownload property

bool get requiresDownload

Check if this recitation requires downloaded fonts

Implementation

bool get requiresDownload => dataSource.type == DataSourceType.downloaded;