JsonArray constructor

const JsonArray(
  1. List<JsonObject> base
)

Implementation

const JsonArray(List<JsonObject> base) : _base = base;