value property
String
get
value
Implementation
String get value {
switch (this) {
case AAJourneyMode.ONLY_ONCE:
return "only_once";
case AAJourneyMode.ONLY_RECURRING:
return "only_recurring";
}
}