operator [] method Null safety
- int index
An indexer to retrieve the data from the underlying datasource. If the sorting is applied, the data will be retrieved from the sorted datasource.
Implementation
DataGridRow operator [](int index) => _effectiveRows[index];