Input$CreatePullRequestInput class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Input$CreatePullRequestInput({required String baseRefName, String? body, String? clientMutationId, bool? draft, required String headRefName, bool? maintainerCanModify, required String repositoryId, required String title})
Input$CreatePullRequestInput.fromJson(Map<String, dynamic> json)
factory

Properties

baseRefName String
final
body String?
final
clientMutationId String?
final
draft bool?
final
hashCode int
The hash code for this object.
no setteroverride
headRefName String
final
maintainerCanModify bool?
final
repositoryId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
final

Methods

copyWith({String? baseRefName, String? body()?, String? clientMutationId()?, bool? draft()?, String? headRefName, bool? maintainerCanModify()?, String? repositoryId, String? title}) Input$CreatePullRequestInput
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.
override