ProjectType enum

Supported project/language types

Inheritance
Available extensions

Values

auto → const ProjectType

Auto-detect based on project files

dart → const ProjectType

Dart/Flutter projects

python → const ProjectType

Python projects

javascript → const ProjectType

JavaScript projects

typescript → const ProjectType

TypeScript projects

go → const ProjectType

Go projects

rust → const ProjectType

Rust projects

java → const ProjectType

Java projects

kotlin → const ProjectType

Kotlin projects

swift → const ProjectType

Swift projects

cpp → const ProjectType

C/C++ projects

csharp → const ProjectType

C# projects

ruby → const ProjectType

Ruby projects

php → const ProjectType

PHP projects

web → const ProjectType

Web projects (HTML/CSS/JS)

generic → const ProjectType

Generic (all text files)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ProjectType>
A constant List of the values in this enum, in order of their declaration.