Artefact.fromJson constructor

Artefact.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Artefact.fromJson(Map<String, dynamic> json) =>
    _$ArtefactFromJson(json);