operator [] method

PrebuiltArtifact? operator [](
  1. String platformLabel
)

Returns the artifact for platformLabel, or null if not available.

Implementation

PrebuiltArtifact? operator [](String platformLabel) =>
    artifacts[platformLabel];