OnSurroundingTextChangedEvent constructor
OnSurroundingTextChangedEvent({
- required String engineId,
- required OnSurroundingTextChangedSurroundingInfo surroundingInfo,
Implementation
OnSurroundingTextChangedEvent({
required this.engineId,
required this.surroundingInfo,
});