DealerUserCreateV3Body constructor

const DealerUserCreateV3Body({
  1. String? email,
  2. String? firstName,
  3. String? lastName,
  4. RoleDTO? role,
  5. bool? importOncueDevices,
})

Implementation

const DealerUserCreateV3Body({
  this.email,
  this.firstName,
  this.lastName,
  this.role,
  this.importOncueDevices,
});