Source constructor

Source({
  1. String? source,
})

Implementation

Source({
  this.source,
});