executables property
Executables that can be run directly from the command line https://dart.dev/tools/pub/pubspec#executables
Implementation
@CustomEquality(DeepCollectionEquality())
final Map<String, Optional<String>> executables;
Executables that can be run directly from the command line https://dart.dev/tools/pub/pubspec#executables
@CustomEquality(DeepCollectionEquality())
final Map<String, Optional<String>> executables;