fixedTenureSliderHelpText method
| Locale | Translation |
|---|---|
| en | "Tenure is fixed at {duration} for this plan" |
Implementation
String fixedTenureSliderHelpText(String duration) {
return customLookup?.fixedTenureSliderHelpText(duration) ?? _lookup.fixedTenureSliderHelpText(duration);
}