Source constructor

Source({
  1. String? name,
  2. bool? official,
})

Implementation

Source({
  this.name,
  this.official,
});