canonicalFile property

File? get canonicalFile

from: public java.io.File getCanonicalFile() The returned object must be released after use, by calling the release method.

Implementation

File? get canonicalFile {
  return _get$canonicalFile(
    reference.pointer,
    _id_get$canonicalFile.pointer,
  ).object<File?>();
}