confirmationCode property
String
get
confirmationCode
Implementation
String get confirmationCode => _confirmationCode;
set
confirmationCode
(String value)
The value for the confirmation code form field
This value will be used during confirm sign up, or other actions that required the confirmation code
Implementation
set confirmationCode(String value) {
_confirmationCode = value;
notifyListeners();
}