path property Null safety
override
The path of the file underlying this random access file.
Implementation
@override
String get path => delegate.path;
The path of the file underlying this random access file.
@override
String get path => delegate.path;