Input$DraftPullRequestReviewThread class

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

Input$DraftPullRequestReviewThread({required String body, required int line, required String path, Enum$DiffSide? side, int? startLine, Enum$DiffSide? startSide})
Input$DraftPullRequestReviewThread.fromJson(Map<String, dynamic> json)
factory

Properties

body String
final
hashCode int
The hash code for this object.
no setteroverride
line int
final
path String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
side Enum$DiffSide?
final
startLine int?
final
startSide Enum$DiffSide?
final

Methods

copyWith({String? body, int? line, String? path, Enum$DiffSide? side()?, int? startLine()?, Enum$DiffSide? startSide()?}) Input$DraftPullRequestReviewThread
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