nameOf static method

String nameOf(
  1. SolidityType type
)

Implementation

static String nameOf(SolidityType type) => type.toString();