UpdateInlineCommentModel constructor

UpdateInlineCommentModel({
  1. UpdateInlineCommentModelVersion? version,
  2. dynamic body,
  3. bool? resolved,
})

Implementation

UpdateInlineCommentModel({this.version, this.body, bool? resolved})
    : resolved = resolved ?? false;