fromJson static method

StudyStatus fromJson(
  1. String json
)

Implementation

static StudyStatus fromJson(String json) => values.byName(json);