ClassElementImpl constructor
ClassElementImpl({})
Creates an instance of ClassElementImpl.
Implementation
ClassElementImpl({
required super.name,
required super.library,
required super.compilationUnit,
required this.hasAbstract,
required this.hasBase,
required this.hasFinal,
required this.hasInterface,
required this.isMixinApplication,
required this.isMixinClass,
required this.hasSealedKeyword,
});