isExportTemplates property
bool
get
isExportTemplates
Returns true if the user specified the --export-templates flag.
Implementation
bool get isExportTemplates {
return findArgument(AFGenerateSubcommand.argExportTemplatesFlag) != null;
}