Source constructor

Source({
  1. String? fieldId,
  2. String? sourceType,
})

Implementation

Source({
  this.fieldId,
  this.sourceType,
});