OpportunityModel constructor

OpportunityModel(
  1. String name,
  2. String opportunity_from,
  3. String status,
  4. String opportunity_type,
  5. String party_name,
)

Implementation

OpportunityModel(
  this.name,
  this.opportunity_from,
  this.status,
  this.opportunity_type,
  this.party_name,
);