all property
List<TemplateInfo>
get
all
Get all available templates
Implementation
static List<TemplateInfo> get all {
return TemplateType.values.map((TemplateType t) => TemplateInfo.fromType(t)).toList();
}