path property Null safety

String path
override

The path of the file underlying this random access file.

Implementation

@override
String get path => delegate.path;