DeleteCharacterIntent constructor Null safety
- {required bool forward}
Creates a DeleteCharacterIntent.
Implementation
const DeleteCharacterIntent({ required bool forward }) : super(forward);
Creates a DeleteCharacterIntent.
const DeleteCharacterIntent({ required bool forward }) : super(forward);