removePrivateProperty method

UserUpdate removePrivateProperty(
  1. String key
)

Implementation

UserUpdate removePrivateProperty(String key) {
  _privateProperties[key] = '';
  return this;
}