RemoteHooksConfig constructor
RemoteHooksConfig({
- String? gitUrl,
- List<
String> filePaths = const [], - required FileHelper fileHelper,
Implementation
RemoteHooksConfig({
this.gitUrl,
List<String> filePaths = const [],
required this.fileHelper,
}) {
this.filePaths.addAll(filePaths);
}