DangerRawJSONDSL constructor

DangerRawJSONDSL({
  1. required GitJSONDSL git,
  2. BitBucketCloudJSONDSL? bitbucketCloud,
  3. GitHubDSL? github,
  4. DangerJSONSettings? settings,
  5. GitLabDSL? gitlab,
})

Implementation

DangerRawJSONDSL(
    {required this.git,
    this.bitbucketCloud,
    this.github,
    this.settings,
    this.gitlab});