DealerV2 constructor

const DealerV2({
  1. String? email,
  2. String? authId,
  3. String? dealerId,
  4. List<String>? scopes,
  5. List<String>? dealerGroups,
})

Implementation

const DealerV2({
  this.email,
  this.authId,
  this.dealerId,
  this.scopes,
  this.dealerGroups,
});