MapIterationEventDetails constructor

MapIterationEventDetails({
  1. int? index,
  2. String? name,
})

Implementation

MapIterationEventDetails({
  this.index,
  this.name,
});