SourceApplication constructor

SourceApplication({
  1. String? name,
  2. String? applicationId,
  3. ProductValue? product,
})

Implementation

SourceApplication({
  this.name, this.applicationId, this.product
});