DeleteToNextWordBoundaryIntent constructor

const DeleteToNextWordBoundaryIntent(
  1. {required bool forward}
)

Creates a DeleteToNextWordBoundaryIntent.

Implementation

const DeleteToNextWordBoundaryIntent({ required bool forward }) : super(forward);