Source constructor

Source(
  1. String src,
  2. String type
)

Implementation

Source(this.src, this.type);