BatchUpdateUserResponse constructor

BatchUpdateUserResponse({
  1. List<UserError>? userErrors,
})

Implementation

BatchUpdateUserResponse({
  this.userErrors,
});