$License constructor

$License({
  1. String? comments,
  2. String? expression,
})

Implementation

$License({this.comments, this.expression});