toAssetPrefix method
Implementation
String toAssetPrefix() {
final locale = _existsInAssets() ? this : _getFallbackLocale();
return locale._formatAssetPrefix();
}
String toAssetPrefix() {
final locale = _existsInAssets() ? this : _getFallbackLocale();
return locale._formatAssetPrefix();
}