Row constructor

Row(
  1. List inner,
  2. Map<String, int>? _fieldIndex
)

Implementation

Row(List inner, this._fieldIndex) : super(inner);