fromJson static method

SetonixUser fromJson(
  1. String json
)

Implementation

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