fromJson static method

Participation fromJson(
  1. String json
)

Implementation

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