Json.fromList constructor

const Json.fromList(
  1. List<Json> value
)

Create a JSON value containing the given value.

Implementation

const Json.fromList(List<Json> this.value);