ProjectBadge class
Information about the build badge for the build project.
Constructors
- ProjectBadge({bool? badgeEnabled, String? badgeRequestUrl})
-
ProjectBadge.fromJson(Map<
String, dynamic> json) -
factory
Properties
- badgeEnabled → bool?
-
Set this to true to generate a publicly accessible URL for your project's
build badge.
final
- badgeRequestUrl → String?
-
The publicly-accessible URL through which you can access the build badge for
your project.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited