gitignoreTemplate property

  1. @OnlyWhen('autoInit is true')
String? gitignoreTemplate
getter/setter pair

.gitignore template (only when autoInit is true)

Implementation

@OnlyWhen('autoInit is true')
String? gitignoreTemplate;