promoterScoreStep2MessageDescription method
No description provided for @promoterScoreStep2MessageDescription.
In en, this message translates to: 'Could you tell us a bit more about why you chose {rating}? This step is optional.'
Implementation
@override
String promoterScoreStep2MessageDescription(int rating) {
return 'Mohl byste nám říct něco víc o tom, proč jste si vybral $rating? Tento krok je nepovinný.';
}