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