declaration property

TypeDeclaration? declaration
final

Optional TypeDeclaration that represents the class declaration.

If provided, toClass will use this declaration to create a Class instance.

Implementation

final TypeDeclaration? declaration;