toJson$Enum$IntentScope function
Implementation
String toJson$Enum$IntentScope(Enum$IntentScope e) {
switch (e) {
case Enum$IntentScope.TRANSACTION_DATA:
return r'TRANSACTION_DATA';
case Enum$IntentScope.PERSONAL_MESSAGE:
return r'PERSONAL_MESSAGE';
case Enum$IntentScope.$unknown:
return r'$unknown';
}
}