enumToString function

String enumToString(
  1. Object o
)

Implementation

String enumToString(Object o) => o.toString().split('.').last;