A declared type such as String or Listing<String>.
Known subtypes:
Known usages:
All versions:
Use DeclaredType() to create an instance of this class.
For common standard library classes, this module offers predefined type mirrors
(intType, stringType, listType, etc.).
A declared type such as
String
orListing<String>
.