ParseToString extension

Method which extracts the value of the IntentAction as a string

Example:

 IntentAction action = IntentAction.main
 print(action.toShortString());

Output:

 pick
on

Methods

toShortString() String