DeleteCharacterIntent constructor

const DeleteCharacterIntent(
  1. {required bool forward}
)

Creates a DeleteCharacterIntent.

Implementation

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