target property
Target Dart file to build from.
Typically points to the main entry point (e.g., 'lib/main.dart'). If not specified, uses the default target.
Implementation
final String? target;
Target Dart file to build from.
Typically points to the main entry point (e.g., 'lib/main.dart'). If not specified, uses the default target.
final String? target;