Source constructor

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

Implementation

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