isLocal property
bool
get
isLocal
Check if this recitation loads from local assets
Implementation
bool get isLocal => dataSource.type == DataSourceType.local;
Check if this recitation loads from local assets
bool get isLocal => dataSource.type == DataSourceType.local;