isDir static method

bool isDir(
  1. String type
)

Implementation

static bool isDir(String type) {
  return type == 'folder';
}