UpdateInlineCommentModel class
Constructors
- UpdateInlineCommentModel({UpdateInlineCommentModelVersion? version, dynamic body, bool? resolved})
-
UpdateInlineCommentModel.fromJson(Map<
String, Object?> json) -
factory
Properties
- body → dynamic
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- resolved → bool
-
Resolved state of the comment. Set to true to resolve the comment, set to
false to reopen it. If
matching the existing state (i.e. true -> resolved or false ->
open/reopened) , no change will occur. A dangling
comment cannot be updated.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version → UpdateInlineCommentModelVersion?
-
final
Methods
-
copyWith(
{UpdateInlineCommentModelVersion? version, dynamic body, bool? resolved}) → UpdateInlineCommentModel -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited