Source constructor

Source({
  1. Issue? issue,
  2. String? type,
})

Implementation

Source({this.issue, this.type});