We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e8ae74 commit 778f172Copy full SHA for 778f172
lib/src/settings/asset_type.dart
@@ -30,7 +30,7 @@ class AssetType {
30
}
31
32
33
- bool get isJson => mime == 'application/json';
+ bool get isUnKnownMime => mime == null;
34
35
String get baseName => basenameWithoutExtension(_path);
36
0 commit comments