fromJson static method

AlifError fromJson(
  1. String json
)

Implementation

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