encode static method
Implementation
static String encode(ThirdPartyProvider value) {
switch(value) {
case ThirdPartyProvider.google:
return "GOOGLE";
}
}
static String encode(ThirdPartyProvider value) {
switch(value) {
case ThirdPartyProvider.google:
return "GOOGLE";
}
}