*<Null safety>*
dynamic describe ()
Return the description of this file. This function may return null if describing the node fails. In that case, the connection should be closed.
Implementation
NodeInfo describe() {
return NodeInfo.withFile(FileObject(event: null));
}