fromJson static method

UserJoined fromJson(
  1. String json
)

Implementation

static UserJoined fromJson(String json) {
  return ensureInitialized().decodeJson<UserJoined>(json);
}