TemplateSetup class

Defines the setup configuration for an FKIT template.

Constructors

TemplateSetup({required List<String> modules, required List<String> features, required TemplateBootstrap bootstrap})
Creates a template setup configuration.
const
TemplateSetup.fromMap(Map map)
Creates a template setup configuration from the provided map.
factory

Properties

bootstrap TemplateBootstrap
The project bootstrap configuration for the template.
final
features List<String>
The features included in the template setup.
final
hashCode int
The hash code for this object.
no setterinherited
modules List<String>
The modules included in the template setup.
final
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