DroneRepo class

Annotations
  • @freezed

Constructors

DroneRepo({@Default('') String gitSshUrl, @Default('') String gitHttpUrl, @Default('') String defaultBranch, @Default('') String configPath, @Default('') String uid, @Default('') String namespace, @Default('') String name, @Default('') String slug, @Default('') String scm, @Default('') String link, @Default(Visibility.private) Visibility visibility, @Default(0) int id, @Default(0) int userId, @Default(0) int timeout, @Default(0) int counter, @Default(0) int synced, @Default(0) int created, @Default(0) int updated, @Default(0) int version, @Default(false) bool ignoreForks, @Default(false) bool ignorePullRequests, @Default(false) bool autoCancelPullRequests, @Default(false) bool autoCancelPushes, @Default(false) bool autoCancelRunning, @Default(false) bool archived, @Default(false) bool private, @Default(false) bool active, @Default(false) bool trusted, @Default(false) bool protected, @Default(null) DronePermission? permissions, @Default(null) DroneBuild? build})
const
factory
DroneRepo.fromJson(Map<String, dynamic> json)
factory

Properties

active bool
no setterinherited
archived bool
no setterinherited
autoCancelPullRequests bool
no setterinherited
autoCancelPushes bool
no setterinherited
autoCancelRunning bool
no setterinherited
build DroneBuild?
no setterinherited
configPath String
no setterinherited
copyWith → $DroneRepoCopyWith<DroneRepo>
no setterinherited
counter int
no setterinherited
created int
no setterinherited
defaultBranch String
no setterinherited
gitHttpUrl String
no setterinherited
gitSshUrl String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id int
no setterinherited
ignoreForks bool
no setterinherited
ignorePullRequests bool
no setterinherited
no setterinherited
name String
no setterinherited
namespace String
no setterinherited
permissions DronePermission?
no setterinherited
private bool
no setterinherited
protected bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scm String
no setterinherited
slug String
no setterinherited
synced int
no setterinherited
timeout int
no setterinherited
trusted bool
no setterinherited
uid String
no setterinherited
updated int
no setterinherited
userId int
no setterinherited
version int
no setterinherited
visibility Visibility
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited