BaseChangePasswordResponse constructor

BaseChangePasswordResponse({
  1. bool? success,
  2. String? error,
})

Implementation

BaseChangePasswordResponse({this.success, this.error});