File constructor

File(
  1. String path
)

Implementation

File(String path) {
  throw UnsupportedError('Not available for web');
}