isExcelFileName property
bool
get
isExcelFileName
Is this String an Excel file?
Implementation
bool get isExcelFileName => GetUtils.isExcel(this);
Is this String an Excel file?
bool get isExcelFileName => GetUtils.isExcel(this);