NickName property
String?
get
NickName
Implementation
String? get NickName => this.PropertyBag[ContactSchema.NickName] as String?;
set
NickName
(String? value)
Implementation
set NickName(String? value) =>
this.PropertyBag[ContactSchema.NickName] = value;