confirmFormComplete property
String
get
confirmFormComplete
Implementation
String get confirmFormComplete {
if (language == french) return '(FR) Complete the form?';
return 'Complete the form?';
}