isFolder method

bool isFolder(
  1. String nodeKey
)

Implementation

bool isFolder(String nodeKey) => obj.isFolder(nodeKey);