CommentContext constructor

CommentContext({
  1. String? type,
  2. String? value,
})

Implementation

CommentContext({this.type, this.value});