isDartSource property

bool get isDartSource

Whether this asset is a Dart source file.

Implementation

bool get isDartSource => extension == '.dart';