stat function

Stat? stat(
  1. String file
)

Implementation

Stat? stat(String file) => platform.stat(file);