path property

  1. @override
String path
override

The path of the file underlying this random access file.

Implementation

@override
String get path => delegate.path;