fromJson static method

FilePurpose fromJson(
  1. String raw
)

Implementation

static FilePurpose fromJson(String raw) => FilePurpose(raw);