arr static method

Json arr(
  1. Iterable<Json> values
)

Implementation

static Json arr(Iterable<Json> values) => JArray(IList.fromDart(values));