fromJson static method

AuthenticatedRequested fromJson(
  1. String json
)

Implementation

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