isCsv property
bool
get
isCsv
Checks if the string represents a CSV file path.
Implementation
bool get isCsv => _endsWith('.csv');
Checks if the string represents a CSV file path.
bool get isCsv => _endsWith('.csv');