Name constructor

Name({
  1. String? displayName,
})

Implementation

Name({
  this.displayName,
});