menu
vone_ipfs package
documentation
utils/ipfs_utils.dart
IPFSUtils
isDir static method
isDir static method
dark_mode
light_mode
isDir
static method
bool
isDir
(
String
type
)
Implementation
static bool isDir(String type) { return type == 'folder'; }
vone_ipfs package
documentation
utils/ipfs_utils
IPFSUtils
isDir static method
IPFSUtils class