BeaChangePasswordInput constructor

BeaChangePasswordInput({
  1. String? oldPassword,
  2. String? newPassword,
})

Implementation

BeaChangePasswordInput({this.oldPassword, this.newPassword});