StructuredName constructor

StructuredName(
  1. String? firstName,
  2. String? middleName,
  3. String? nickName,
  4. String? lastName,
)

Implementation

StructuredName(this.firstName, this.middleName, this.nickName, this.lastName);