GitlabModel constructor
GitlabModel({})
Implementation
GitlabModel({
this.enabled = false,
this.token,
this.projectId,
String? tag,
this.host,
String? ref,
}) : tag = tag ?? 'v0.0.1',
ref = ref ?? 'main';