BitBucketCloudPRCommentInline constructor Null safety

BitBucketCloudPRCommentInline(
  1. {int? to,
  2. int? from,
  3. String? path}
)

Implementation

BitBucketCloudPRCommentInline({this.to, this.from, this.path});