getTypeSearchCeps function

String getTypeSearchCeps(
  1. SearchCepsType returnType
)

Implementation

String getTypeSearchCeps(SearchCepsType returnType) {
  return returnType.toString().split('.').last;
}