hypertrack_plugin
json
JSONArray
<
T
,
K extends JSON<
T
>
,
I extends Iterable<
T
>
>
JSONArray constructor
JSONArray
JSONArray<
T
,
K extends JSON<
T
>
,
I extends Iterable<
T
>
>
constructor
Null safety
JSONArray<
T
,
K extends JSON<
T
>
,
I extends Iterable<
T
>
>
(
Iterable
<
K
>
items
)
Implementation
JSONArray(this.items);
hypertrack_plugin
json
JSONArray
<
T
,
K extends JSON<
T
>
,
I extends Iterable<
T
>
>
JSONArray constructor
JSONArray class
Constructors
JSONArray
Properties
items
Methods
serialize