item method

AssetItem? item(
  1. String name
)

Get a child item by name

Implementation

AssetItem? item(String name) => items[name];