JsonValueRef constructor

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

Implementation

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