isHtml function

bool isHtml(
  1. File file
)

Implementation

bool isHtml(File file) => file.path.endsWith('.html');