tCancelExerciseMessage property

  1. @override
String get tCancelExerciseMessage
override

No description provided for @tCancelExerciseMessage.

In en, this message translates to: 'Do you really want to cancel the exercise? Your progress will be lost!'

Implementation

@override
String get tCancelExerciseMessage =>
    'Do you really want to cancel the exercise? Your progress will be lost!';