Json.array constructor

Json.array(
  1. Iterable json
)

Implementation

Json.array(Iterable<dynamic> json) : super.t1(json);