Nickname constructor
Nickname({
- FieldMetadata? metadata,
- String? type,
- String? value,
Implementation
Nickname({
this.metadata,
this.type,
this.value,
});