isDartSource property
bool
get
isDartSource
Whether this asset is a Dart source file.
Implementation
bool get isDartSource => extension == '.dart';
Whether this asset is a Dart source file.
bool get isDartSource => extension == '.dart';