Origin constructor

Origin({
  1. String? type,
})

Implementation

Origin({
  this.type,
});