BuildSourceGit constructor

BuildSourceGit({
  1. required String url,
  2. String? ref,
  3. String? username,
  4. String? password,
})

Implementation

BuildSourceGit({required this.url, this.ref, this.username, this.password});