ScloudScripts constructor

const ScloudScripts({
  1. required List<String> preDeploy,
  2. required List<String> postDeploy,
})

Implementation

const ScloudScripts({required this.preDeploy, required this.postDeploy});