TypeDeclaration constructor
const
TypeDeclaration({
- required String baseName,
- required bool isNullable,
- List<
TypeDeclaration> typeArguments = const <TypeDeclaration>[],
Constructor for TypeDeclaration.
Implementation
const TypeDeclaration({
required this.baseName,
required this.isNullable,
this.typeArguments = const <TypeDeclaration>[],
});