backendMarkerPath property

  1. @override
String backendMarkerPath
final

Where the marker file lives. A future backend-aware factory will use this to detect backend changes between restarts; the current implementation doesn't read it, it's declared here so the field is part of the contract from day one.

Implementation

@override
final String backendMarkerPath;