snapshotPath property

String? get snapshotPath

Get the snapshot path (prefer local path over URL)

Implementation

String? get snapshotPath => snapshotLocalPath ?? snapshotUrl;