Application class

Annotations
  • @JsonSerializable()

Constructors

Application({required String id, required String appName, required bool archived, required List<String> branches, String? iconUrl, String? lastBuildId, String? ownerTeam, List<String>? projectFiles, Repository? repository, List<UserRights>? userRights, required List<String> workflowIds, required Map<String, Workflow> workflows})
Application.fromJson(Map<String, dynamic> json)
factory

Properties

appName String
final
archived bool
final
branches List<String>
final
hashCode int
The hash code for this object.
no setterinherited
iconUrl String?
final
id String
final
lastBuildId String?
final
ownerTeam String?
final
projectFiles List<String>?
final
repository Repository?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userRights List<UserRights>?
final
workflowIds List<String>
final
workflows Map<String, Workflow>
final

Methods

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

Operators

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