considerPartnerInstead property

String get considerPartnerInstead
Locale Translation
en "Consider continuing with the plan instead."

Implementation

String get considerPartnerInstead {
  return customLookup?.considerPartnerInstead ?? _lookup.considerPartnerInstead;
}