toJson$Enum$IntentScope function

String toJson$Enum$IntentScope(
  1. Enum$IntentScope e
)

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';
  }
}