IndexValue constructor

IndexValue(
  1. int _index,
  2. String _value
)

Implementation

IndexValue(this._index, this._value);