ProcessTextAction constructor

const ProcessTextAction(
  1. String id,
  2. String label
)

Creates text processing actions based on those returned by the engine.

Implementation

const ProcessTextAction(this.id, this.label);