Comment constructor

Comment([
  1. void updates(
    1. CommentBuilder
    )?
])

Implementation

factory Comment([void Function(CommentBuilder)? updates]) = _$Comment;