toValue method
Implementation
String toValue() {
switch (this) {
case OutpostMode.singleOutpost:
return 'single-outpost';
case OutpostMode.crossOutpost:
return 'cross-outpost';
}
}
String toValue() {
switch (this) {
case OutpostMode.singleOutpost:
return 'single-outpost';
case OutpostMode.crossOutpost:
return 'cross-outpost';
}
}