fromJsonObject static method

Json fromJsonObject(
  1. JsonObject value
)

Implementation

static Json fromJsonObject(JsonObject value) => JObject(value);