AdminUserV2Body constructor

const AdminUserV2Body({
  1. String? email,
  2. String? firstName,
  3. String? lastName,
  4. String? dealerId,
  5. UserRoleV2? role,
  6. bool? importOncueDevices,
})

Implementation

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