fromJson static method

ResultSharing fromJson(
  1. String json
)

Implementation

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