lstat function

Stat? lstat(
  1. String file
)

Implementation

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