isLocalFile property
bool
get
isLocalFile
Checks if the string represents a local file path.
Implementation
bool get isLocalFile => startsWith('/');
Checks if the string represents a local file path.
bool get isLocalFile => startsWith('/');