OnSurroundingTextChangedEvent constructor

OnSurroundingTextChangedEvent({
  1. required String engineId,
  2. required OnSurroundingTextChangedSurroundingInfo surroundingInfo,
})

Implementation

OnSurroundingTextChangedEvent({
  required this.engineId,
  required this.surroundingInfo,
});