executables property
List<Executable>
get
executables
Get the list of exectuables
Implementation
List<pub.Executable> get executables =>
List.unmodifiable(pubspec.executables.values);
Get the list of exectuables
List<pub.Executable> get executables =>
List.unmodifiable(pubspec.executables.values);