isHardcode property
bool
get
isHardcode
Check if this entry is for hardcode (embedded) assets
Implementation
bool get isHardcode => type.endsWith('_hard');
Check if this entry is for hardcode (embedded) assets
bool get isHardcode => type.endsWith('_hard');