fromIList static method

JsonObject fromIList(
  1. IList<(String, Json)> fields
)

Implementation

static JsonObject fromIList(IList<(String, Json)> fields) =>
    fromIterable(fields.toList());