Json.list constructor

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

Implementation

const factory Json.list(List<Json> value) = JsonList;