operator [] method
dynamic
operator [](
- dynamic index
Implementation
operator [](index) => items.firstWhere((item) => item.description == index);
operator [](index) => items.firstWhere((item) => item.description == index);