IndexedAttributeMissingException constructor

IndexedAttributeMissingException({
  1. String? message,
})

Implementation

IndexedAttributeMissingException({
  this.message,
});