addChild method

void addChild(
  1. AssetType type
)

Implementation

void addChild(AssetType type) {
  _children.add(type);
}