toRawString method
Implementation
String toRawString() {
switch(this) {
case HackleAppMode.native:
return "native";
case HackleAppMode.webViewWrapper:
return "web_view_wrapper";
}
}
String toRawString() {
switch(this) {
case HackleAppMode.native:
return "native";
case HackleAppMode.webViewWrapper:
return "web_view_wrapper";
}
}