DangerJSONDSL class Null safety
Constructors
- DangerJSONDSL(DangerRawJSONDSL rawJSONDSL)
Properties
- bitbucketCloud → BitBucketCloudJSONDSL
-
The data only version of BitBucket Cloud DSL
read-only
- git → GitJSONDSL
-
The data only version of Git DSL
read-only
- github → GitHubDSL
-
The data only version of GitHub
read-only
- gitLab → GitLabDSL
-
The data only version of GitLab
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- isBitbucketCloud → bool
-
read-only
- isGitHub → bool
-
read-only
- isGitLab → bool
-
read-only
- rawJSONDSL → DangerRawJSONDSL
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- settings → DangerJSONSettings
-
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited