isLocal property

bool get isLocal

Check if this recitation loads from local assets

Implementation

bool get isLocal => dataSource.type == DataSourceType.local;