$name function

String $name(
  1. Type type
)

Returns the name of type

Implementation

String $name(Type type) => type.toString();