A11yServiceEvent constructor

A11yServiceEvent({
  1. String? packageName,
  2. String? className,
  3. String? text,
  4. String? description,
})

Implementation

A11yServiceEvent({
  this.packageName,
  this.className,
  this.text,
  this.description,
});