considerContinuingWithThePlan property
String
get
considerContinuingWithThePlan
| Locale | Translation |
|---|---|
| en | "Still want to go ahead? Please click on continue." |
Implementation
String get considerContinuingWithThePlan {
return customLookup?.considerContinuingWithThePlan ?? _lookup.considerContinuingWithThePlan;
}