enumToJson static method

String? enumToJson(
  1. Enum? e
)

Implementation

static String? enumToJson(Enum? e) => e?.name;