isSoft property
bool
get
isSoft
Check if this entry is for soft (asset loading) assets
Implementation
bool get isSoft => type.endsWith('_soft');
Check if this entry is for soft (asset loading) assets
bool get isSoft => type.endsWith('_soft');