PhoneUser constructor

PhoneUser({
  1. String? displayName,
})

Implementation

PhoneUser({
  this.displayName,
});