removePublicProperty method

UserUpdate removePublicProperty(
  1. String key
)

Implementation

UserUpdate removePublicProperty(String key) {
  _publicProperties[key] = '';
  return this;
}