getArtifacts method

List<Artifact> getArtifacts()

Retrieves the list of artifacts generated during the session.

Implementation

List<Artifact> getArtifacts() =>
    _decodeJsonList(_json['artifacts'], Artifact.fromJson);