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
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