fixedTenureSliderHelpText method

String fixedTenureSliderHelpText(
  1. String duration
)
Locale Translation
en "Tenure is fixed at {duration} for this plan"

Implementation

String fixedTenureSliderHelpText(String duration) {
  return customLookup?.fixedTenureSliderHelpText(duration) ?? _lookup.fixedTenureSliderHelpText(duration);
}