executables property

List<Executable> executables

Get the list of exectuables

Implementation

List<pub.Executable> get executables =>
    List.unmodifiable(pubspec.executables.values);