Sfdc constructor

Sfdc({
  1. String? accountId,
  2. String? accountName,
  3. String? oppId,
})

Implementation

Sfdc({
    this.accountId,
    this.accountName,
    this.oppId,
});