target property

String? target
final

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;