DealerUserRoleV2 constructor

const DealerUserRoleV2({
  1. int? roleId,
  2. String? name,
  3. String? oktaName,
})

Implementation

const DealerUserRoleV2({
  this.roleId,
  this.name,
  this.oktaName,
});