DartProjectTemplate enum
Values
- cli → const DartProjectTemplate
-
const DartProjectTemplate('cli', 'CLI', 'A command-line application with basic argument parsing.')
- console → const DartProjectTemplate
-
const DartProjectTemplate('console', 'Console', 'A command-line application.')
- package → const DartProjectTemplate
-
const DartProjectTemplate('package', 'Package', 'A package containing shared Dart libraries.')
- serverShelf → const DartProjectTemplate
-
const DartProjectTemplate('server-shelf', 'Server', 'A server app using package:shelf.')
- web → const DartProjectTemplate
-
const DartProjectTemplate('web', 'Web', 'A web app that uses only core Dart libraries.')
Properties
- description → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- isDefault → bool
-
no setter
- name → String
-
final
- 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
- value → String
-
final
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
Static Properties
- defaultChoice → DartProjectTemplate
-
no setter
Constants
-
values
→ const List<
DartProjectTemplate> - A constant List of the values in this enum, in order of their declaration.