ClassInfo extension

Represents one class in the source file

on
  • ClassElement

Properties

constantName String
Constant name to use for this tag
no setter
constructor → ConstructorElement
Constructor using this class' fields
no setter
hasConstructor bool
True if there's a suitable constuctor on this call
no setter
needsMethod bool
Has this class been annotated with @tag?
no setter
supertypes Iterable<DartType>
What are this class' superclasses?
no setter
tagName String?
What's the XML tag?
no setter
type → InterfaceType
Stored class type
no setter
typeName String
String name of this class
no setter