path property

  1. @override
String get path
override

The path of the file underlying this random access file.

Implementation

@override
String get path => randomAccessFile.path;