@override String get path { if (!_assetPath.startsWith(kAssetsStr)) { return kAssetsStr + _assetPath; } else { return _assetPath; } }