js property

List<Asset> get js

Returns the list of JS assets.

Implementation

List<Asset> get js {
  return getByType(AssetType.js);
}