executable property

String get executable

Implementation

String get executable => isFlutterProject ? 'flutter' : 'dart';