UnsupportedIndexTypeException constructor

UnsupportedIndexTypeException({
  1. String? message,
})

Implementation

UnsupportedIndexTypeException({
  this.message,
});