Formats the name of each of the enum constant
Example:
import best.skn.utils.color.Color;fun main() { println("Color name: ${Color.BLUE.format()}");}
a formatted String containing enum constant name
v1.0.0