toString method

  1. @override
String toString()

Returns a human readable string representation of the Type. This is mostly just for debugging, but it may also be used for non-functional code (eg to name a variable or type in generated code).

Implementation

@override
String toString() => '${libraryImport.name}.$cType';