isFile property

bool isFile

Implementation

bool get isFile => path.startsWith('/') || path.startsWith('.');