isLocalFile property

bool get isLocalFile

Checks if the string represents a local file path.

Implementation

bool get isLocalFile => startsWith('/');