GetFolder method

Folder? GetFolder()
Obtains the Folder object associated with the wrapper.

Implementation

Folder? GetFolder() {
  return null;
}