FileBundleLoader constructor
Implementation
FileBundleLoader(String? filePath, {bool canUseCodeCache = false, String codeCacheTag = ''})
: _filePath = filePath,
_canUseCodeCache = canUseCodeCache,
_codeCacheTag = codeCacheTag;
FileBundleLoader(String? filePath, {bool canUseCodeCache = false, String codeCacheTag = ''})
: _filePath = filePath,
_canUseCodeCache = canUseCodeCache,
_codeCacheTag = codeCacheTag;