JsonMapRef constructor

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

Implementation

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