JsonArrayRef constructor

const JsonArrayRef({
  1. required int index_,
})

Implementation

const JsonArrayRef({
  required this.index_,
});