CommentThreadPostResponse constructor

CommentThreadPostResponse([
  1. void updates(
    1. CommentThreadPostResponseBuilder b
    )
])

Implementation

factory CommentThreadPostResponse(
        [void updates(CommentThreadPostResponseBuilder b)]) =
    _$CommentThreadPostResponse;