BOOTSTRAP_TARGET_FILE_NAME constant
String
const BOOTSTRAP_TARGET_FILE_NAME
Default file path used for bootstrapping the application.
JetLeaf may generate or expect a bootstrap.dart
file here to run the app.
Implementation
static const String BOOTSTRAP_TARGET_FILE_NAME = 'target/bootstrap.dart';