fromIterable static method
Implementation
static JsonObject fromIterable(Iterable<(String, Json)> fields) =>
_LinkedHashMapJsonObject(LinkedHashMap.fromIterables(
fields.map((e) => e.$1), fields.map((e) => e.$2)));
static JsonObject fromIterable(Iterable<(String, Json)> fields) =>
_LinkedHashMapJsonObject(LinkedHashMap.fromIterables(
fields.map((e) => e.$1), fields.map((e) => e.$2)));