menu
hypertrack_plugin
data_types/json.dart
JSONArray
<
T
,
K extends JSON<
T
>
,
I extends Iterable<
T
>
>
JSONArray constructor
JSONArray
dark_mode
light_mode
JSONArray<
T
,
K extends JSON<
T
>
,
I extends Iterable<
T
>
>
constructor
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