isCsv property

bool get isCsv

Checks if the string represents a CSV file path.

Implementation

bool get isCsv => _endsWith('.csv');